Skip to content

Commit

Permalink
chore(build): enable the spinnaker project plugin (#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 Apr 8, 2020
1 parent d2fa5cc commit 852c7b1
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 852c7b1

Please sign in to comment.