1. 31 3月, 2019 1 次提交
  2. 13 2月, 2019 1 次提交
  3. 09 1月, 2019 1 次提交
  4. 27 11月, 2018 1 次提交
  5. 29 10月, 2018 1 次提交
  6. 15 10月, 2018 1 次提交
  7. 21 9月, 2018 1 次提交
  8. 04 4月, 2018 1 次提交
  9. 19 2月, 2018 1 次提交
  10. 23 1月, 2018 1 次提交
  11. 27 11月, 2017 1 次提交
  12. 24 10月, 2017 1 次提交
  13. 28 9月, 2017 1 次提交
  14. 04 7月, 2016 1 次提交
  15. 10 6月, 2016 1 次提交
  16. 17 12月, 2015 1 次提交
  17. 16 11月, 2015 1 次提交
  18. 15 10月, 2015 1 次提交
  19. 01 9月, 2015 1 次提交
  20. 31 7月, 2015 1 次提交
  21. 07 3月, 2015 1 次提交
    • S
      Remove Gradle Daemon JVM args compatible with JDK 9 · b1fdb4a7
      Sam Brannen 提交于
      This commit reverts the changes made in 7bc44a90 so that developers who
      do not use the Gradle daemon are not adversely affected by the explicit
      JVM args that were introduced in that commit.
      
      Developers who wish to run the build against JDK 9 with the Gradle
      daemon can add the following to the gradle.properties file in their
      'gradle user home' directory (e.g., ~/.gradle/gradle.properties):
      
          org.gradle.daemon=true
          org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m -Xmx1024m
      
      See also: https://issues.gradle.org/browse/GRADLE-3256
      
      Issue: SPR-12549
      b1fdb4a7
  22. 06 3月, 2015 1 次提交
    • S
      Set Gradle Daemon JVM args compatible with JDK 9 · 7bc44a90
      Sam Brannen 提交于
      This commit adds the following to gradle.properties in order to execute
      the Gradle daemon on JDK 9, since Gradle's DaemonParameters
      automatically sets the MaxPermSize JVM argument, which is no longer
      supported on JDK 9.
      
      org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m -Xmx1024m
      
      Issue: SPR-12549
      7bc44a90
  23. 30 12月, 2014 1 次提交
  24. 09 12月, 2014 1 次提交
  25. 11 11月, 2014 1 次提交
  26. 01 10月, 2014 1 次提交
  27. 04 9月, 2014 1 次提交
  28. 27 3月, 2014 2 次提交
  29. 26 3月, 2014 2 次提交
  30. 19 2月, 2014 1 次提交
  31. 29 1月, 2014 1 次提交
  32. 12 12月, 2013 1 次提交
  33. 04 12月, 2013 2 次提交
  34. 01 11月, 2013 2 次提交
  35. 30 8月, 2013 2 次提交