Skip to content

Commit f21157b

Browse files
authored
Merge pull request #1819 from marklogic/feature/java21-fix
MLE-23032 Fixing Jenkins build for Java 21
2 parents 902cd4e + f3ab540 commit f21157b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ testUseReverseProxyServer=false
1818
cloudHost=
1919
cloudKey=
2020
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

Comments
 (0)