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

commit becc837d3b0a3fa1446d61dc1e4957a194e4f9e6
Author: ddekany <[email protected]>
AuthorDate: Sun Dec 1 13:49:07 2024 +0100

    Comment in gradle.properties about how to avoid modifying it
---
 gradle.properties | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 933e111f..46ce0468 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,7 +15,11 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# JDK version used for compilong, except for Source Sets where a specific 
version is set in build.gradle.kts.
+# AVOID EDITING THIS FILE for your local needs, as it's under source control! 
Instead, either:
+# - Add your property value overrides to ~/.gradle/gradle.properties
+# - Or use -P<name>=<value> gradle command line options, e.g. 
-Pfreemarker.allowUnsignedReleaseBuild=true
+
+# JDK version used for compiling, except for Source Sets where a specific 
version is set in build.gradle.kts.
 freemarker.javaVersion=8
 # JDK version for running javadoc
 freemarker.javadoc.javaVersion=16

Reply via email to