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

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