Fix generated resources missing from indy jar
Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/cb0be344 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/cb0be344 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/cb0be344 Branch: refs/heads/master Commit: cb0be344a941059b009dc0761cbf5dc428e8e6e0 Parents: 7127f05 Author: Cedric Champeau <cchamp...@apache.org> Authored: Mon Dec 11 10:24:12 2017 +0100 Committer: Cedric Champeau <cchamp...@apache.org> Committed: Mon Dec 11 19:17:11 2017 +0100 ---------------------------------------------------------------------- gradle/assemble.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/cb0be344/gradle/assemble.gradle ---------------------------------------------------------------------- diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle index 836659a..0d6bd78 100644 --- a/gradle/assemble.gradle +++ b/gradle/assemble.gradle @@ -144,6 +144,7 @@ allprojects { appendix = 'raw' from sourceSets.main.java.outputDir from compileGroovyWithIndy.destinationDir + from "${project.buildDir}/resources/main" } producedJars << jarWithIndy }