Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 3be4aa209 -> 26dc34057


GROOVY-8436: IOException "Stream closed" occurred when rebuilding Apache Groovy 
in IntelliJ IDEA

(cherry picked from commit 12ce9eb)


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

Branch: refs/heads/GROOVY_2_5_X
Commit: 26dc340578b48de10c15346729dc9e29baab0167
Parents: 3be4aa2
Author: sunlan <[email protected]>
Authored: Tue Jan 9 14:38:38 2018 +0800
Committer: sunlan <[email protected]>
Committed: Tue Jan 9 14:55:40 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/26dc3405/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3e2eeca..c3eb964 100644
--- a/build.gradle
+++ b/build.gradle
@@ -407,6 +407,10 @@ allprojects {
     tasks.withType(JavaCompile) {
         options.encoding = 'UTF-8'
         options.incremental = true
+
+        if (classpath) {
+            classpath = classpath + files(dgmConverter.outputDir)
+        }
     }
 
     if (rootProject.indyCapable()) {

Reply via email to