We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02973d3 commit ffa6dfaCopy full SHA for ffa6dfa
.kokoro/build.bat
@@ -15,4 +15,7 @@
15
:: downstream client libraries before they are released.
16
:: See documentation in type-shell-output.bat
17
18
-"C:\Program Files\Git\bin\bash.exe" %~dp0build.sh
+choco install -y openjdk11
19
+set JAVA11_HOME=C:\Program Files\Eclipse Adoptium\jdk-11.0.17.8-hotspot\
20
+
21
+"C:\Program Files\Git\bin\bash.exe" %~dp0build.sh
owlbot.py
@@ -28,6 +28,7 @@
28
".kokoro/nightly/java8-samples.cfg",
29
".kokoro/nightly/java11-samples.cfg",
30
".kokoro/nightly/samples.cfg",
31
+ ".kokoro/build.bat",
32
".kokoro/presubmit/common.cfg",
33
".kokoro/presubmit/java8-samples.cfg",
34
".kokoro/presubmit/java11-samples.cfg",
0 commit comments