Cleanup build.

This commit is contained in:
Scott Frederick
2018-11-16 17:20:43 -06:00
parent 7f2269ff0e
commit f58be0c8ca
3 changed files with 2 additions and 74 deletions

View File

@@ -2,7 +2,6 @@ description = 'Spring-Cloud Core'
configurations {
tests
published.extendsFrom tests, archives
}
task testJar(type: Jar) {
@@ -14,11 +13,6 @@ testJar.dependsOn testClasses
build.dependsOn testJar
artifacts {
tests testJar
tests testJar
archives testJar
}
install {
configuration = configurations.published
}
//tasks.findByPath("artifactoryPublish")?.publishConfigs ('published')