Skip to content

Commit b52d391

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

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
}
4242
},
43-
"bustCache": 85,
43+
"bustCache": 91,
4444
"nxCloudUrl": "https://staging.nx.app",
4545
"nxCloudId": "67a56832eb5d9093e3ebe776"
4646
}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,4 @@ tasks.named("checkSpringConfigurationMetadata").configure {
284284

285285
test {
286286
jvmArgs += "--add-opens=java.base/java.net=ALL-UNNAMED"
287-
}
288-
289-
nxProjectReport {
290-
atomized = false
291287
}

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)