Skip to content

Commit

Permalink
chore(build): adding spinnaker-project plugin to all projects (backport
Browse files Browse the repository at this point in the history
#1875) (#1876)

Co-authored-by: Cameron Motevasselani <[email protected]>
(cherry picked from commit 7a6d0e4)

Co-authored-by: Cameron Motevasselani <[email protected]>
  • Loading branch information
mergify[bot] and link108 authored Jun 28, 2021
1 parent 8750c38 commit fa3a3d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ plugins {
id 'com.google.protobuf' version "0.8.12" apply false
}

allprojects {
apply plugin: "io.spinnaker.project"
}

subprojects {
group = "io.spinnaker.halyard"
apply plugin: 'io.spinnaker.project'
apply plugin: 'java-library'
apply plugin: 'groovy'

Expand Down

0 comments on commit fa3a3d0

Please sign in to comment.