Skip to content

Commit c1d6b14

Browse files
committed
try to turn on atomizer for all projects
1 parent 9ee95e4 commit c1d6b14

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ toolchain {
159159
maximumCompatibleJavaVersion = JavaLanguageVersion.of(23)
160160
}
161161

162-
nxProjectReport {
163-
atomized = false
164-
}
165-
166162
tasks.named("antora") {
167163
enabled = false
168164
}

spring-boot-project/spring-boot/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,4 @@ sourceSets {
195195

196196
test {
197197
jvmArgs += "--add-opens=java.base/java.net=ALL-UNNAMED"
198-
}
199-
200-
nxProjectReport {
201-
atomized = false
202198
}

0 commit comments

Comments
 (0)