spring-security/gradle.properties
Rob Winch 034c6c078f Improve Build Performance
- Enable parallel builds
- Remove `clean`
- Remove `--no-daemon`
- Remove `--refresh-dependencies` This refreshes all dependencies not just
  dependencies that change. spring-build-conventions has been updated to
  set the cache time of snapshots and changing modules to be 0, so that is
  always updated.

Closes gh-8113
2020-03-13 13:26:06 -05:00

8 lines
226 B
INI

aspectjVersion=1.9.3
gaeVersion=1.9.78
springBootVersion=2.2.5.RELEASE
version=5.4.0.BUILD-SNAPSHOT
kotlinVersion=1.3.70
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true