disable-daemon.patch 774 B

1234567891011121314151617181920
  1. diff --git a/gradle.properties b/gradle.properties
  2. index 75f5aba..27d94ab 100644
  3. --- a/gradle.properties
  4. +++ b/gradle.properties
  5. @@ -6,7 +6,6 @@
  6. # http://www.gradle.org/docs/current/userguide/build_environment.html
  7. # Specifies the JVM arguments used for the daemon process.
  8. # The setting is particularly useful for tweaking memory settings.
  9. -org.gradle.jvmargs=-Xmx1536m
  10. # When configured, Gradle will run in incubating parallel mode.
  11. # This option should only be used with decoupled projects. More details, visit
  12. # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
  13. @@ -21,4 +20,4 @@ androidplugin=3.4.0
  14. appcompatVersion=28.0.0
  15. compileVersion=28
  16. targetVersion=28
  17. -minVersion=21
  18. \ No newline at end of file
  19. +minVersion=21