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 4020248 commit b83e4a6
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 @@ -38,10 +38,6 @@ gocdPlugin {

prerelease = !"No".equalsIgnoreCase(System.getenv('PRERELEASE'))
assetsToRelease = [project.tasks.findByName('jar')]

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

version = gocdPlugin.fullVersion(project)
Expand Down

0 comments on commit b83e4a6

Please sign in to comment.