Unfreeze jdk9 appveyor package version

This commit is contained in:
Martynas Mickevičius 2018-02-05 13:19:09 +01:00
parent f035626b18
commit 3a2a84163e
No known key found for this signature in database
GPG Key ID: E735DF276C508071
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ init:
install:
- cinst jdk8 -params 'installdir=C:\\jdk8'
- cinst jdk9 -version 9.0.1.11 -params 'installdir=C:\\jdk9'
- cinst jdk9 -params 'installdir=C:\\jdk9'
- SET JAVA_HOME=C:\jdk8
- SET PATH=C:\jdk8\bin;%PATH%