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/09 13:44:49 UTC

[groovy] 02/03: remove no longer used plugin

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 fcce5a00e2b92559ba6cf134028a00ad8e350664
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Oct 9 23:44:03 2020 +1000

    remove no longer used plugin
---
 config/licensing/HEADER.txt | 16 ----------------
 gradle/quality.gradle       | 42 ------------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/config/licensing/HEADER.txt b/config/licensing/HEADER.txt
deleted file mode 100644
index f62c326..0000000
--- a/config/licensing/HEADER.txt
+++ /dev/null
@@ -1,16 +0,0 @@
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
deleted file mode 100644
index 0393e27..0000000
--- a/gradle/quality.gradle
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-allprojects { proj ->
-    //apply plugin: "com.github.hierynomus.license"
-
-//    license {
-//        header rootProject.file('config/licensing/HEADER.txt')
-//        include "**/*.groovy"
-//        include "**/*.java"
-//        include "**/*.properties"
-//        include "**/*.js"
-//        include "**/*.css"
-//        include "**/*.html"
-//        include "**/*.gradle"
-//        include "**/*.xml"
-//        exclude "org/codehaus/groovy/antlr/**"
-//        exclude 'reloading/**' // test resources for documentation of reloading
-//        exclude 'includes/**' // documentation resources included as snippets of code
-//        //dryRun = true
-//        ignoreFailures = true
-//        //skipExistingHeaders = true
-//        //ext.year = Calendar.instance.get(Calendar.YEAR)
-//    }
-
-
-}