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 2018/02/20 22:13:08 UTC

groovy git commit: GROOVY-8471: build wasn't picking up the new location

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 53202e8f9 -> 7e2d0322b


GROOVY-8471: build wasn't picking up the new location


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

Branch: refs/heads/GROOVY_2_5_X
Commit: 7e2d0322bed31b77315734fa0d8d4bfe27ce46fd
Parents: 53202e8
Author: paulk <pa...@asert.com.au>
Authored: Wed Feb 21 08:12:21 2018 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Wed Feb 21 08:12:51 2018 +1000

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/7e2d0322/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c3eb964..cb7ad0e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -281,6 +281,7 @@ sourceSets {
         resources {
             srcDirs = ['src/main', 'src/resources']
             include 'META-INF/services/*',
+                    'META-INF/groovy/*',
                     'META-INF/groovy-release-info.properties',
                     'groovy/grape/*.xml'
         }