Skip to content

Commit 233899e

Browse files
committed
disable spring-boot-autoconfigure atomized
1 parent 0de3855 commit 233899e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)