mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
Forgot to set the JDK back for travis, gah
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user