]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-15489 Add licenses for third-party library (analyzers) dependencies
authorDimitris Kavvathas <dimitris.kavvathas@sonarsource.com>
Thu, 13 Oct 2022 15:27:43 +0000 (17:27 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 14 Oct 2022 20:03:03 +0000 (20:03 +0000)
sonar-application/build.gradle

index 9f24ddbccd3fca42e1d9fe3efd801e03e678c9d7..60c220f8816ce6ba04cea3cbbf23d8799c4e1202 100644 (file)
@@ -36,7 +36,7 @@ configurations {
     extendsFrom bundledPlugin
     transitive = true
   }
-  appLicenses.extendsFrom(compile, web, scanner, jdbc_mssql, jdbc_postgresql, jdbc_h2)
+  appLicenses.extendsFrom(compile, web, scanner, jdbc_mssql, jdbc_postgresql, jdbc_h2, bundledPlugin_deps)
   cyclonedx
 }