aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-11-26 00:47:03 +0000
committerPJ Fanning <fanningpj@apache.org>2022-11-26 00:47:03 +0000
commit17bcceb61546b364107c77284470eb10c59b9cda (patch)
treea464d7a4eb6d60c295414329232fe3da62fb4144 /build.gradle
parentca4c10f1ec6b5d87988946cbb18475125de6c138 (diff)
downloadpoi-17bcceb61546b364107c77284470eb10c59b9cda.tar.gz
poi-17bcceb61546b364107c77284470eb10c59b9cda.zip
remove gradle plugin that is causing build problems
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle26
1 files changed, 0 insertions, 26 deletions
diff --git a/build.gradle b/build.gradle
index 60a4cbdc83..43ea9124df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,32 +45,6 @@ repositories {
//maven { url 'https://repository.apache.org/content/repositories/staging' }
}
-import com.github.jk1.license.render.*
-import com.github.jk1.license.importer.*
-
-licenseReport {
-
- // Select projects to examine for dependencies.
- // Defaults to current project and all its subprojects
- projects = [project] + project.subprojects
-
- // Adjust the configurations to fetch dependencies, e.g. for Android projects. Default is 'runtimeClasspath'
- configurations = ['runtimeClasspath']
- // Use 'ALL' to dynamically resolve all configurations:
- // configurations = ALL
-
- // Don't include artifacts of project's own group into the report
- excludeOwnGroup = true
-
- // Don't exclude bom dependencies.
- // If set to true, then all boms will be excluded from the report
- excludeBoms = false
-
- // Set custom report renderer, implementing ReportRenderer.
- // Yes, you can write your own to support any format necessary.
- renderers = [new XmlReportRenderer('third-party-libs.xml', 'Back-End Libraries')]
-}
-
// Only add the plugin for Sonar if enabled
if (project.hasProperty('enableSonar')) {
println 'Enabling Sonar support'