Skip to content

Commit 3ebdaea

Browse files
committed
Publish spring-core-test
Closes gh-28558
1 parent 8d79ec0 commit 3ebdaea

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

framework-bom/framework-bom.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group = "org.springframework"
77

88
dependencies {
99
constraints {
10-
parent.moduleProjects.findAll{ it.name != 'spring-core-test' }.sort{ "$it.name" }.each {
10+
parent.moduleProjects.sort { "$it.name" }.each {
1111
api it
1212
}
1313
}

spring-core-test/spring-core-test.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ dependencies {
88
compileOnly("org.junit.platform:junit-platform-engine")
99
compileOnly("org.junit.platform:junit-platform-launcher")
1010
}
11-
12-
tasks.withType(PublishToMavenRepository).configureEach {
13-
it.enabled = false
14-
}

0 commit comments

Comments
 (0)