Skip to content

Commit

Permalink
fix(build): Remove Spinnaker dependency bump plugin (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsie committed Apr 16, 2020
1 parent c367ec0 commit 855e8f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ buildscript {
dependencies {
classpath "com.netflix.spinnaker.gradle:spinnaker-dev-plugin:$spinnakerGradleVersion"
if (Boolean.valueOf(enablePublishing)) {
classpath("com.netflix.spinnaker.gradle:spinnaker-dependency-bump-plugin:$spinnakerGradleVersion")
classpath "com.netflix.spinnaker.gradle:spinnaker-gradle-project:$spinnakerGradleVersion"
// TODO: nebula-publishing-plugin version override should be removed as soon as spinnaker-gradle-project is updated
// this override is needed to omit compileOnly dependencies from generated pom.xml
Expand All @@ -32,11 +31,6 @@ buildscript {
}
}


if (Boolean.valueOf(enablePublishing)) {
apply plugin: "spinnaker.dependency-bump"
}

allprojects {
group = "com.netflix.spinnaker.fiat"
apply plugin: 'spinnaker.base-project'
Expand Down

0 comments on commit 855e8f9

Please sign in to comment.