Parcourir la source

Remove gradle properties and fix travis build

len il y a 9 ans
Parent
commit
55de2b7d97
2 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. 2 0
      .travis.yml
  2. 1 4
      gradle.properties

+ 2 - 0
.travis.yml

@@ -24,3 +24,5 @@ cache:
   directories:
     - $HOME/.gradle/caches/
     - $HOME/.gradle/wrapper/
+env:
+  - GRADLE_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"

+ 1 - 4
gradle.properties

@@ -15,7 +15,4 @@
 # When configured, Gradle will run in incubating parallel mode.
 # This option should only be used with decoupled projects. More details, visit
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true
-
-org.gradle.daemon=true
-org.gradle.jvmargs=-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m
+# org.gradle.parallel=true