Skip to content

Commit 0f749dc

Browse files
chore: fix kokoro windows java 8 ci by setting correct JAVA11_HOME (#2319)
* chore: fix kokoro windows java 8 ci by setting correct JAVA11_HOME * Update build.bat * Update build.bat * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0e65daf commit 0f749dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
set JAVA8_HOME=%JAVA_HOME:"=%
1919
choco install -y openjdk11
20-
set JAVA11_HOME=C:\Program Files\Eclipse Adoptium\jdk-11.0.17.8-hotspot\
20+
set JAVA11_HOME=C:\Program Files\Eclipse Adoptium\jdk-11.0.18.10-hotspot\
2121

22-
"C:\Program Files\Git\bin\bash.exe" %~dp0build.sh
22+
"C:\Program Files\Git\bin\bash.exe" %~dp0build.sh

0 commit comments

Comments
 (0)