File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020apply plugin : ' com.github.hierynomus.license-report'
2121
2222List<String > licenseExclusions = rootProject. subprojects. collect {
23- " org.apache.grails :${ it.findProperty('pomArtifactId') ?: it.name} :${ rootProject.projectVersion} " as String
23+ " ${ it.group } :${ it.findProperty('pomArtifactId') ?: it.name} :${ rootProject.projectVersion} " as String
2424}
2525
2626downloadLicenses {
Original file line number Diff line number Diff line change 2020apply plugin : ' com.github.hierynomus.license-report'
2121
2222List<String > licenseExclusions = rootProject. subprojects. collect {
23- " org.apache.grails :${ it.findProperty('pomArtifactId') ?: it.name} :${ rootProject.projectVersion} " as String
23+ " ${ it.group } :${ it.findProperty('pomArtifactId') ?: it.name} :${ rootProject.projectVersion} " as String
2424}
2525
2626downloadLicenses {
You can’t perform that action at this time.
0 commit comments