Skip to content

Commit e263604

Browse files
committed
Adjusted description in the generated pom.xml
1 parent 55ffb5e commit e263604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ publishing {
347347

348348
packaging = "jar"
349349
name.set("Apache FreeMarker")
350-
description.set("""
351-
Google App Engine compliant variation of FreeMarker.
350+
description.set("\n" + """
352351
FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
352+
This is the Google App Engine (\"gae\") compliant variation.
353353
""".trimIndent().prependIndent(" ") + "\n "
354354
)
355355
url.set("https://freemarker.apache.org/")

0 commit comments

Comments
 (0)