Skip to content

Commit

Permalink
update appveyor to use jdk11b25
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Aug 6, 2018
1 parent f3a575a commit 3330a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ environment:
JAVA_HOME: C:\projects\pro\jdk-11

install:
- ps: (new-object net.webclient).DownloadFile('https://download.java.net/java/early_access/jdk11/22/GPL/openjdk-11-ea+22_windows-x64_bin.zip', 'C:\projects\pro\openjdk-11-ea+22_windows-x64_bin.zip')
- ps: Expand-Archive -Path C:\projects\pro\openjdk-11-ea+22_windows-x64_bin.zip -DestinationPath C:\projects\pro
- 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: Expand-Archive -Path C:\projects\pro\openjdk-11.zip -DestinationPath C:\projects\pro
- cmd: echo "%JAVA_HOME%"

build_script:
Expand Down

0 comments on commit 3330a3a

Please sign in to comment.