diff options
author | 2025-06-03 09:07:37 +0700 | |
---|---|---|
committer | 2025-06-06 23:32:09 +0700 | |
commit | 1240d7e2eea8e916bca3631f857962c1efb96ba0 (patch) | |
tree | 280e953d7ae772141cc8e32b549576071535fe16 /development | |
parent | 72683eb055250e539a4003b39f9d78838aa145a4 (diff) | |
download | slackbuilds-1240d7e2eea8e916bca3631f857962c1efb96ba0.tar.gz slackbuilds-1240d7e2eea8e916bca3631f857962c1efb96ba0.tar.xz |
development/gradle: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/gradle/README | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/development/gradle/README b/development/gradle/README index ec3415a47c..3ce5fb3de3 100644 --- a/development/gradle/README +++ b/development/gradle/README @@ -12,15 +12,23 @@ declarative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges. -## Documentation +Excluding Documentation +----------------------- -To not include the docs to the build, you can use the following command: +If you would like to exclude the documentation in the generated package, +you can use the following command when building the package: # INCLUDE_DOCS=NO ./gradle.Slackbuild -## Dependencies +Dependencies +------------ -Below is a link to the compatibility matrix for the java version to use -for a particular gradle version. I have tested this using zulu-openjdk17. +Gradle runs on Java Virtual Machine (JVM). A JVM version between 8 and +24 is required to execute Gradle. + +In the link given below, you can find the java version supported by a +specific gradle release. + +I have tested this using zulu-openjdk17. https://docs.gradle.org/current/userguide/compatibility.html |