We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d79ec0 commit 3ebdaeaCopy full SHA for 3ebdaea
framework-bom/framework-bom.gradle
@@ -7,7 +7,7 @@ group = "org.springframework"
7
8
dependencies {
9
constraints {
10
- parent.moduleProjects.findAll{ it.name != 'spring-core-test' }.sort{ "$it.name" }.each {
+ parent.moduleProjects.sort { "$it.name" }.each {
11
api it
12
}
13
spring-core-test/spring-core-test.gradle
@@ -8,7 +8,3 @@ dependencies {
compileOnly("org.junit.platform:junit-platform-engine")
compileOnly("org.junit.platform:junit-platform-launcher")
-
-tasks.withType(PublishToMavenRepository).configureEach {
- it.enabled = false
14
-}
0 commit comments