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 0c591ce3 README: Added note about building distribution artifacts.
0c591ce3 is described below
commit 0c591ce3195704c3331ea2dc3ed9724f4410b76a
Author: ddekany <[email protected]>
AuthorDate: Tue Dec 26 02:08:52 2023 +0100
README: Added note about building distribution artifacts.
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 1c78f6c1..d3424c20 100644
--- a/README.md
+++ b/README.md
@@ -129,6 +129,9 @@ To see how the project would be deployed to Maven Central,
issue
`./gradlew publishAllPublicationsToLocalRepository`,
and check the `build/local-deployment` directory.
+To also build the distribution artifacts (the `tgz`-s that people can
download), run `./gradlew build`. However,
+for a stable version you will also need to set up signing; see
`gradle.properties` in this project for pointers.
+
See `gradle.properties` for some Gradle properties that you may what to set,
especially if you are building a release.