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 2015/06/25 15:46:09 UTC

incubator-groovy git commit: revert accidental delete

Repository: incubator-groovy
Updated Branches:
  refs/heads/master df53e7a2c -> 972eefd49


revert accidental delete


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/972eefd4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/972eefd4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/972eefd4

Branch: refs/heads/master
Commit: 972eefd496e620da12c5c2b3bd6d90a0affc5406
Parents: df53e7a
Author: paulk <pa...@asert.com.au>
Authored: Thu Jun 25 23:43:11 2015 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Thu Jun 25 23:43:11 2015 +1000

----------------------------------------------------------------------
 gradle/quality.gradle | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/972eefd4/gradle/quality.gradle
----------------------------------------------------------------------
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index c2c1784..0207bbf 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -1,4 +1,4 @@
-/*
+/**
  *  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
@@ -16,7 +16,6 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
-
 import groovy.text.markup.MarkupTemplateEngine
 import groovy.text.markup.TemplateConfiguration
 
@@ -42,6 +41,7 @@ allprojects {
 //        include "**/*.js"
 //        include "**/*.css"
 //        include "**/*.html"
+//        include "**/*.gradle"
 //        include "**/*.xml"
 //        exclude "org/codehaus/groovy/antlr/**"
 //        exclude 'reloading/**' // test resources for documentation of reloading
@@ -138,6 +138,7 @@ allprojects {
             html.enabled = true
         }
     }
+
     rat {
         // Input directory, defaults to the project's root directory
         inputDir = project.file( 'src' )
@@ -154,4 +155,5 @@ allprojects {
 }
 
 apply from: 'gradle/jacoco/jacoco.gradle'
+// Temporarily disabled because of conflict
 //apply from: 'gradle/binarycompatibility.gradle'