Skip to content

Commit

Permalink
fix(build): update build.gradle for autobump (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber committed Oct 28, 2019
1 parent 83ebd89 commit b2f7e67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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 @@ -31,6 +32,11 @@ 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 b2f7e67

Please sign in to comment.