parent
8d79ec0b67
commit
3ebdaeabd3
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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…
Reference in New Issue