File tree Expand file tree Collapse file tree 8 files changed +19
-17
lines changed
Expand file tree Collapse file tree 8 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1- 21
1+ 24
Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ repositories {
77}
88
99dependencies {
10- implementation(" com.autonomousapps:dependency-analysis-gradle-plugin:2.8.2" )
11- implementation(" com.gradle:develocity-gradle-plugin:3.19.1" )
12- implementation(" org.gradlex:extra-java-module-info:1.11" )
13- implementation(" org.gradlex:java-module-dependencies:1.8" )
14- implementation(" org.gradlex:java-module-packaging:1.0" )
15- implementation(" org.gradlex:java-module-testing:1.6" )
16- implementation(" org.gradlex:jvm-dependency-conflict-resolution:2.1.2" )
10+ implementation(" com.autonomousapps:dependency-analysis-gradle-plugin:2.18.0" )
11+ implementation(" com.gradle:develocity-gradle-plugin:4.0.2" )
12+ implementation(" org.gradlex:extra-java-module-info:1.12" )
13+ implementation(" org.gradlex:java-module-dependencies:1.9.1" )
14+ implementation(" org.gradlex:java-module-packaging:1.0.1" )
15+ implementation(" org.gradlex:java-module-testing:1.7" )
16+ implementation(" org.gradlex:jvm-dependency-conflict-resolution:2.4" )
17+ implementation(" org.gradlex:reproducible-builds:1.0" )
1718}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
33 id(" java" )
44 id(" org.gradlex.java-module-testing" )
55 id(" org.gradlex.java-module-packaging" )
6+ id(" org.gradlex.reproducible-builds" )
67}
78
89java {
Original file line number Diff line number Diff line change 11moduleInfo {
22 version(" com.google.common" , " 33.1.0-jre" )
3- version(" javafx.graphics" , " 21 .0.2 " )
4- version(" org.apache.commons.text" , " 1.11.0 " )
5- version(" org.apache.commons.lang3" , " 3.14 .0" )
6- version(" org.junit.jupiter.api" , " 5.11.0 " )
3+ version(" javafx.graphics" , " 24 .0.1 " )
4+ version(" org.apache.commons.text" , " 1.13.1 " )
5+ version(" org.apache.commons.lang3" , " 3.17 .0" )
6+ version(" org.junit.jupiter.api" , " 5.13.1 " )
77}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ case "$( uname )" in #(
114114 NONSTOP* ) nonstop=true ;;
115115esac
116116
117- CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
117+ CLASSPATH=" \\\"\\\" "
118118
119119
120120# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213set -- \
214214 " -Dorg.gradle.appname=$APP_BASE_NAME " \
215215 -classpath " $CLASSPATH " \
216- org. gradle. wrapper.GradleWrapperMain \
216+ -jar " $APP_HOME / gradle/ wrapper/gradle-wrapper.jar " \
217217 " $@ "
218218
219219# Stop when "xargs" is not available.
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ goto fail
7070:execute
7171@ rem Setup the command line
7272
73- set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
73+ set CLASSPATH =
7474
7575
7676@ rem Execute Gradle
77- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org. gradle. wrapper.GradleWrapperMain %*
77+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " -jar " %APP_HOME% \ gradle\ wrapper\gradle-wrapper.jar " %*
7878
7979:end
8080@ rem End local scope for the variables with windows NT shell
You can’t perform that action at this time.
0 commit comments