You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/10/21 03:20:52 UTC

[groovy] 01/02: remove unused config

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit de8a21add6ebbeee74675072971e7985d1def389
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Oct 21 12:12:18 2020 +1000

    remove unused config
---
 build.gradle | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/build.gradle b/build.gradle
index 35cb3ba..b84fbe0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -268,18 +268,3 @@ sonarqube {
 //        property "sonar.coverage.jacoco.xmlReportPaths", "${rootProject.buildDir}/reports/jacoco/jacocoAllReport/jacocoAllReport.xml"
     }
 }
-
-
-// UNCOMMENT THE FOLLOWING TASKS IF YOU WANT TO RUN LICENSE CHECKING
-//task licenseFormatCustom(type:nl.javadude.gradle.plugins.license.License) {
-//    source = fileTree(dir:"src").include ("**/*.java",'**/*.groovy','**/*.html','**/*.css','**/*.xml','**/*.properties','**/*.properties')
-//}
-//
-//task licenseFormatGradle(type:nl.javadude.gradle.plugins.license.License) {
-//    source = files(fileTree(dir:projectDir).include('**/*.gradle'),fileTree('buildSrc').include('**/*.groovy'))
-//}
-//
-//licenseFormat.dependsOn licenseFormatCustom
-//licenseFormat.dependsOn licenseFormatGradle
-//
-