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:29:42 UTC

[2/2] incubator-groovy git commit: use gradle rat plugin instead of java exec integration

use gradle rat plugin instead of java exec integration


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

Branch: refs/heads/GROOVY_2_4_X
Commit: a8f5e00fa98e87fddccd6abea47af9b04186ad78
Parents: 291c2b5
Author: paulk <pa...@asert.com.au>
Authored: Thu Jun 25 23:08:25 2015 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Thu Jun 25 23:29:11 2015 +1000

----------------------------------------------------------------------
 gradle/quality.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/a8f5e00f/gradle/quality.gradle
----------------------------------------------------------------------
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index 94b861a..4be96a7 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -132,7 +132,7 @@ allprojects {
         }
     }
 
-    rat
+    rat {
         // Input directory, defaults to the project's root directory
         inputDir = project.file( 'src' )