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

Commit

Permalink
Merge branch 'master' into min-version-check
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jul 4, 2023
2 parents 716a7c8 + 78fd096 commit eb58ab4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kokoro/continuous.bat
Original file line number Diff line number Diff line change
@@ -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 eb58ab4

Please sign in to comment.