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/07/06 12:12:24 UTC

groovy git commit: Make Groovy work with Java 11 + add maven plugin (closes #769, closes #768)

Repository: groovy
Updated Branches:
  refs/heads/master ab8bdb4c7 -> c332ef4f9


Make Groovy work with Java 11 + add maven plugin (closes #769, closes #768)


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

Branch: refs/heads/master
Commit: c332ef4f98b46d02f5a106cff6f187e8d6fead02
Parents: ab8bdb4
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Jul 4 16:10:42 2018 +0200
Committer: Paul King <pa...@asert.com.au>
Committed: Fri Jul 6 22:11:03 2018 +1000

----------------------------------------------------------------------
 .../java/org/codehaus/groovy/control/CompilerConfiguration.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/c332ef4f/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java b/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
index 1b0e220..c6e6225 100644
--- a/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
+++ b/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
@@ -206,7 +206,7 @@ public class CompilerConfiguration {
      */
     private ParserVersion parserVersion = ParserVersion.V_4;
 
-    public static final int ASM_API_VERSION = Opcodes.ASM6;
+    public static final int ASM_API_VERSION = Opcodes.ASM7_EXPERIMENTAL;
 
     /**
      * Sets the Flags to defaults.