This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new e2636047 Adjusted description in the generated pom.xml
e2636047 is described below

commit e263604781736d182191f4603fad94d1333b0034
Author: ddekany <[email protected]>
AuthorDate: Sun Dec 8 15:15:53 2024 +0100

    Adjusted description in the generated pom.xml
---
 build.gradle.kts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 99c778bf..3f514ac9 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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/";)

Reply via email to