Tell gradle where java is... when did gradle become dumb?

This commit is contained in:
zontreck 2024-09-06 13:01:52 -07:00
parent 1be419aa9e
commit 64354e05eb

2
Jenkinsfile vendored
View file

@ -31,7 +31,7 @@ pipeline {
java -version
chmod +x gradlew
gradle build publish
gradle -Dorg.gradle.java.home="$JAVA_HOME" build publish
'''
}