Skip to content

Commit

Permalink
chore(*): Bump spinnaker-dev plugin (#548)
Browse files Browse the repository at this point in the history
We need the new plugin to set spring.config.additional-location instead
of spring.config.location when running services.
  • Loading branch information
ezimanyi committed May 13, 2019
1 parent 7229e79 commit d71c9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "com.netflix.spinnaker.gradle:spinnaker-dev-plugin:6.1.0"
classpath "com.netflix.spinnaker.gradle:spinnaker-dev-plugin:6.3.0"
if (Boolean.valueOf(enablePublishing)) {
classpath "com.netflix.spinnaker.gradle:spinnaker-gradle-project:6.1.0"
classpath "com.netflix.spinnaker.gradle:spinnaker-gradle-project:6.3.0"
}
}
}
Expand Down

0 comments on commit d71c9d1

Please sign in to comment.