Skip to content

Commit b6540ab

Browse files
SONARTEXT-807 Ignore own license groups, oss and commercially (#82)
1 parent 9985a5c commit b6540ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gradle-modules/src/main/kotlin/org.sonarsource.cloud-native.license-file-generator.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ var resourceThirdPartyDir = resourceLicenseDir.dir("THIRD_PARTY_LICENSES")
3838

3939
licenseReport {
4040
renderers = arrayOf<ReportRenderer>(AnalyzerLicensingPackagingRenderer(buildLicenseReportDirectory.get().asFile.toPath()))
41+
excludeGroups = arrayOf(project.group.toString(), project.group.toString().replace("com.sonarsource", "org.sonarsource"))
4142
}
4243

4344
tasks.named("check") {

0 commit comments

Comments
 (0)