Upgrade to Gradle 6.9.1; fork JavaCompile

Attempt to rely on the forked process for compilation
according these docs: https://docs.gradle.org/current/userguide/performance.html#compiler_daemon
This commit is contained in:
Artem Bilan
2021-10-18 11:24:31 -04:00
parent 34d2b0904f
commit a03af081af
2 changed files with 6 additions and 2 deletions

View File

@@ -217,6 +217,10 @@ configure(javaProjects) { subproject ->
}
}
tasks.withType(JavaCompile).configureEach {
options.fork = true
}
eclipse {
project {
natures += 'org.springframework.ide.eclipse.core.springnature'

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=8de6efc274ab52332a9c820366dd5cf5fc9d35ec7078fd70c8ec6913431ee610
distributionSha256Sum=8c12154228a502b784f451179846e518733cf856efc7d45b2e6691012977b2fe