mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 11:25:34 -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)
|
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.jvmargs=-XX:MaxPermSize=1024m
|
||||||
org.gradle.daemon=false
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user