We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ffb5e commit e263604Copy full SHA for e263604
build.gradle.kts
@@ -347,9 +347,9 @@ publishing {
347
348
packaging = "jar"
349
name.set("Apache FreeMarker")
350
- description.set("""
351
- Google App Engine compliant variation of FreeMarker.
+ description.set("\n" + """
352
FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
+ This is the Google App Engine (\"gae\") compliant variation.
353
""".trimIndent().prependIndent(" ") + "\n "
354
)
355
url.set("https://freemarker.apache.org/")
0 commit comments