Use Java 17 for Windows CI build

See gh-28101
This commit is contained in:
Scott Frederick 2021-12-13 13:12:26 -06:00
parent dbc7fd6a52
commit e38e721322
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SET "JAVA_HOME=C:\opt\jdk-8"
SET "JAVA_HOME=C:\opt\jdk-17"
SET PATH=%PATH%;C:\Program Files\Git\usr\bin
cd git-repo
.\gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 build