Appveyor: Bump to JDK 11
This commit is contained in:
@@ -41,7 +41,9 @@ before_build:
|
||||
- python -m pip install virtualenv wheel six
|
||||
- tools\win\which.exe dotnet.exe
|
||||
- dotnet --info
|
||||
# - set PATH="C:\Program Files\Java\jdk1.8.0\bin";%PATH%
|
||||
- set "JAVA_HOME=C:\Program Files\Java\jdk11"
|
||||
- set "PATH=C:\Program Files\Java\jdk11\bin;%PATH%"
|
||||
- java -version
|
||||
- if "%BUILDER%"=="cmake" cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release -G "%CMAKE_GENERATOR%" || VER>NUL
|
||||
- if "%BUILDER%"=="make" del "C:\Program Files\Git\usr\bin\sh.exe"
|
||||
- if "%BUILDER%"=="make" tools\make.exe detect
|
||||
|
||||
Reference in New Issue
Block a user