Publish spring-core-test

Closes gh-28558
This commit is contained in:
Phillip Webb 2022-06-02 18:07:50 -07:00
parent 8d79ec0b67
commit 3ebdaeabd3
2 changed files with 1 additions and 5 deletions

View File

@ -7,7 +7,7 @@ group = "org.springframework"
dependencies {
constraints {
parent.moduleProjects.findAll{ it.name != 'spring-core-test' }.sort{ "$it.name" }.each {
parent.moduleProjects.sort { "$it.name" }.each {
api it
}
}

View File

@ -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
}