Skip to content

Commit 9692b12

Browse files
committed
disable atomized for spring-boot-gradle-plugin and bust cache
1 parent b52d391 commit 9692b12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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": 91,
43+
"bustCache": 92,
4444
"nxCloudUrl": "https://staging.nx.app",
4545
"nxCloudId": "67a56832eb5d9093e3ebe776"
4646
}

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

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

162+
nxProjectReport {
163+
atomized = false
164+
}
165+
162166
tasks.named("antora") {
163167
enabled = false
164168
}

0 commit comments

Comments
 (0)