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 ef3c974 commit a0bf3f1
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"

ext {
jacksonVersion = "2.9.5"
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 Connectors Core'

configurations {
tests
published.extendsFrom tests, archives
}

task testJar(type: Jar) {
Expand All @@ -15,10 +14,5 @@ build.dependsOn testJar

artifacts {
tests testJar
}

install {
configuration = configurations.published
}

tasks.findByPath("artifactoryPublish")?.publishConfigs ('published')
archives testJar
}

0 comments on commit a0bf3f1

Please sign in to comment.