Skip to content

Commit

Permalink
chore(core): add license finder plugin (#7188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy Louie committed Jul 17, 2019
1 parent edd88a1 commit 20137e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ apply plugin: 'spinnaker.project'
apply plugin: 'nebula.ospackage'
apply plugin: 'com.moowork.node'
apply plugin: 'java'
apply plugin: 'com.github.hierynomus.license'

jar {
dependsOn('webpack')
Expand Down Expand Up @@ -125,3 +126,9 @@ buildRpm {
buildDeb {
requires('apache2', '2.4.7', Flags.GREATER | Flags.EQUAL)
}

allprojects {
downloadLicenses {
includeProjectDependencies = true
}
}

0 comments on commit 20137e4

Please sign in to comment.