Skip to content

Commit

Permalink
chore(build): enable the spinnaker project plugin (spinnaker#1602)
Browse files Browse the repository at this point in the history
Whoops, missed this part that used to be in init-publish.gradle.
  • Loading branch information
plumpy authored and cmuraru committed Jun 23, 2020
1 parent ce6e2c6 commit bd9b6af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ allprojects {
apply plugin: 'spinnaker.base-project'
apply plugin: 'java-library'
apply plugin: 'groovy'
if (Boolean.valueOf(enablePublishing)) {
apply plugin: 'spinnaker.project'
}

test {
testLogging {
Expand Down

0 comments on commit bd9b6af

Please sign in to comment.