Forgot to set the JDK back for travis, gah

This commit is contained in:
Yair Morgenstern
2019-11-26 20:58:17 +02:00
parent 9437da73e2
commit dac044b2f8

View File

@ -49,8 +49,8 @@ for(platform in PackrConfig.Platform.values()) {
def jarFile = "desktop/build/libs/${appName}.jar".toString()
PackrConfig config = new PackrConfig()
config.platform = platform
// config.jdk = System.env.'JAVA_HOME' // For Travis
config.jdk = "C:/Users/LENOVO/Downloads/java-1.8.0-openjdk-1.8.0.232-1.b09.ojdkbuild.windows.x86_64.zip"
config.jdk = System.env.'JAVA_HOME' // For Travis
// config.jdk = "C:/Users/LENOVO/Downloads/java-1.8.0-openjdk-1.8.0.232-1.b09.ojdkbuild.windows.x86_64.zip"
config.executable = "Unciv"
config.classpath = Arrays.asList(jarFile)
config.removePlatformLibs = config.classpath