mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
More attempts to appease travis
This commit is contained in:
parent
2c250130fd
commit
44f428d2b9
@ -135,3 +135,8 @@ dependencies {
|
||||
tasks.withType(JavaCompile) { compileTask -> compileTask.dependsOn(nativeLibsToJar)
|
||||
}
|
||||
|
||||
if (System.env.TRAVIS == 'true') {
|
||||
allprojects {
|
||||
groovyOptions.fork = false
|
||||
}
|
||||
}
|
@ -1,2 +1 @@
|
||||
org.gradle.jvmargs=-XX:MaxPermSize=1024m
|
||||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-XX:MaxPermSize=1024m
|
Loading…
x
Reference in New Issue
Block a user