More attempts to appease travis

This commit is contained in:
mhutti1 2017-04-04 19:01:15 +02:00
parent 2c250130fd
commit 44f428d2b9
2 changed files with 6 additions and 2 deletions

View File

@ -135,3 +135,8 @@ dependencies {
tasks.withType(JavaCompile) { compileTask -> compileTask.dependsOn(nativeLibsToJar)
}
if (System.env.TRAVIS == 'true') {
allprojects {
groovyOptions.fork = false
}
}

View File

@ -1,2 +1 @@
org.gradle.jvmargs=-XX:MaxPermSize=1024m
org.gradle.daemon=false
org.gradle.jvmargs=-XX:MaxPermSize=1024m