Skip to content

Commit

Permalink
chore: fix kokoro windows java 8 ci by setting correct JAVA11_HOME (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
rajatbhatta and gcf-owl-bot[bot] committed Mar 6, 2023
1 parent 0e65daf commit 0f749dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

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

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

0 comments on commit 0f749dc

Please sign in to comment.