Appveyor: Bump to JDK 11

This commit is contained in:
Corentin Le Molgat
2019-02-19 10:08:13 +01:00
parent 43fb0716fa
commit 904d032613

View File

@@ -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