We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 902cd4e + f3ab540 commit f21157bCopy full SHA for f21157b
gradle.properties
@@ -18,3 +18,8 @@ testUseReverseProxyServer=false
18
cloudHost=
19
cloudKey=
20
cloudBasePath=
21
+
22
+# See https://docs.gradle.org/current/userguide/toolchains.html#sec:custom_loc for information
23
+# on custom toolchain locations in Gradle. Adding these to try to make Jenkins happy.
24
+org.gradle.java.installations.fromEnv=JAVA_HOME_DIR
25
+org.gradle.java.installations.paths=/home/builder/java/jdk-17.0.2,/home/builder/java/jdk-21.0.1
0 commit comments