mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
See gh-28120 Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
12 lines
229 B
Groovy
12 lines
229 B
Groovy
description = "Spring Core Test"
|
|
|
|
dependencies {
|
|
api(project(":spring-core"))
|
|
api("org.assertj:assertj-core")
|
|
api("com.thoughtworks.qdox:qdox")
|
|
}
|
|
|
|
tasks.withType(PublishToMavenRepository).configureEach {
|
|
it.enabled = false
|
|
}
|