Skip to content

Commit

Permalink
Appveyor: Bump to JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Feb 19, 2019
1 parent 43fb071 commit 904d032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 904d032

Please sign in to comment.