This is an automated email from the ASF dual-hosted git repository. ddekany pushed a commit to branch 2.3 in repository https://gitbox.apache.org/repos/asf/freemarker.git
commit e169fce65f0b513a6e55a220b9733c8e2216e8fd Author: ddekany <[email protected]> AuthorDate: Sun Dec 1 21:56:30 2024 +0100 Fixed description in non-GAE POM --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 99c778bf..40e7d83f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -348,7 +348,6 @@ publishing { packaging = "jar" name.set("Apache FreeMarker") description.set(""" - Google App Engine compliant variation of FreeMarker. FreeMarker is a "template engine"; a generic tool to generate text output based on templates. """.trimIndent().prependIndent(" ") + "\n " )
