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 ->
217
217
}
218
218
}
219
219
220
+ tasks. withType(JavaCompile ). configureEach {
221
+ options. fork = true
222
+ }
223
+
220
224
eclipse {
221
225
project {
222
226
natures + = ' org.springframework.ide.eclipse.core.springnature'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionSha256Sum =8de6efc274ab52332a9c820366dd5cf5fc9d35ec7078fd70c8ec6913431ee610
6
+ distributionSha256Sum =8c12154228a502b784f451179846e518733cf856efc7d45b2e6691012977b2fe
You can’t perform that action at this time.
0 commit comments