Skip to content

Commit

Permalink
update appveyor to use jdk 11 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Sep 27, 2018
1 parent d3a8d25 commit be1af40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment:
JAVA_HOME: C:\projects\pro\jdk-11

install:
- ps: (new-object net.webclient).DownloadFile('https://download.java.net/java/early_access/jdk11/25/GPL/openjdk-11-ea+25_windows-x64_bin.zip', 'C:\projects\pro\openjdk-11.zip')
- ps: (new-object net.webclient).DownloadFile('https://download.java.net/java/GA/jdk11/28/GPL/openjdk-11+28_windows-x64_bin.zip', 'C:\projects\pro\openjdk-11.zip')
- ps: Expand-Archive -Path C:\projects\pro\openjdk-11.zip -DestinationPath C:\projects\pro
- cmd: echo "%JAVA_HOME%"

Expand Down

0 comments on commit be1af40

Please sign in to comment.