File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,10 @@ configure(javaProjects) { subproject ->
217217 }
218218 }
219219
220+ tasks. withType(JavaCompile ). configureEach {
221+ options. fork = true
222+ }
223+
220224 eclipse {
221225 project {
222226 natures + = ' org.springframework.ide.eclipse.core.springnature'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionSha256Sum =8de6efc274ab52332a9c820366dd5cf5fc9d35ec7078fd70c8ec6913431ee610
6+ distributionSha256Sum =8c12154228a502b784f451179846e518733cf856efc7d45b2e6691012977b2fe
You can’t perform that action at this time.
0 commit comments