Skip to content

Commit

Permalink
Adjusted description in the generated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddekany committed Dec 8, 2024
1 parent 55ffb5e commit e263604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ publishing {

packaging = "jar"
name.set("Apache FreeMarker")
description.set("""
Google App Engine compliant variation of FreeMarker.
description.set("\n" + """
FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
This is the Google App Engine (\"gae\") compliant variation.
""".trimIndent().prependIndent(" ") + "\n "
)
url.set("https://freemarker.apache.org/")
Expand Down

0 comments on commit e263604

Please sign in to comment.