Skip to content

Commit

Permalink
Cleanup build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Nov 16, 2018
1 parent 7f2269f commit f58be0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 74 deletions.
1 change: 0 additions & 1 deletion spring-cloud-cloudfoundry-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
}

apply plugin: 'com.github.johnrengelman.shadow'
apply from: "publish-maven.gradle"

dependencies {
compile project(':spring-cloud-core')
Expand Down
65 changes: 0 additions & 65 deletions spring-cloud-cloudfoundry-connector/publish-maven.gradle

This file was deleted.

10 changes: 2 additions & 8 deletions spring-cloud-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ description = 'Spring-Cloud Core'

configurations {
tests
published.extendsFrom tests, archives
}

task testJar(type: Jar) {
Expand All @@ -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')

0 comments on commit f58be0c

Please sign in to comment.