Skip to content

Commit

Permalink
Remove unnecessary license excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Oct 20, 2023
1 parent be089bc commit 0432317
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ gocdPlugin {

prerelease = !"No".equalsIgnoreCase(System.getenv('PRERELEASE'))
assetsToRelease = [project(':gocd-groovy-dsl-config-plugin').tasks.jar, project(':dsl').tasks.jar]

licenseReport {
excludes = ['com.google.guava:guava-parent']
}
}

allprojects {
Expand Down

0 comments on commit 0432317

Please sign in to comment.