mirror of https://github.com/sbt/sbt.git
Use not-yet-approved package version
This commit is contained in:
parent
3a2a84163e
commit
769b3a46a2
|
|
@ -5,7 +5,7 @@ init:
|
|||
|
||||
install:
|
||||
- cinst jdk8 -params 'installdir=C:\\jdk8'
|
||||
- cinst jdk9 -params 'installdir=C:\\jdk9'
|
||||
- cinst jdk9 -version 9.0.4.11 -params 'installdir=C:\\jdk9'
|
||||
- SET JAVA_HOME=C:\jdk8
|
||||
- SET PATH=C:\jdk8\bin;%PATH%
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue