Browse Source

Publish spring-core-test

Closes gh-28558
pull/28569/head
Phillip Webb 2 years ago
parent
commit
3ebdaeabd3
  1. 2
      framework-bom/framework-bom.gradle
  2. 4
      spring-core-test/spring-core-test.gradle

2
framework-bom/framework-bom.gradle

@ -7,7 +7,7 @@ group = "org.springframework" @@ -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
}
}

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

@ -8,7 +8,3 @@ dependencies { @@ -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
}

Loading…
Cancel
Save