Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
chore: clean up JAVA_HOME setup for new Kokoro environment (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmileaf committed Jul 4, 2023
1 parent ba07724 commit 78fd096
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kokoro/continuous.bat
@@ -1,8 +1,7 @@
@echo on

REM Java 9 does not work with our build at the moment, so force java 8
set JAVA_HOME=c:\program files\java\jdk1.8.0_152
set PATH=%JAVA_HOME%\bin;%PATH%
REM Use Java 8 for build
echo %JAVA_HOME%

cd github/app-gradle-plugin

Expand Down

0 comments on commit 78fd096

Please sign in to comment.