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/09/04 00:14:12 UTC

groovy git commit: Make Groovy work with Java 11/12

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 69b545844 -> c6af1b318


Make Groovy work with Java 11/12


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

Branch: refs/heads/GROOVY_2_5_X
Commit: c6af1b318a7f20ac355042db3319591e50816ab2
Parents: 69b5458
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Jul 4 16:10:42 2018 +0200
Committer: Paul King <pa...@asert.com.au>
Committed: Tue Sep 4 09:47:04 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/c6af1b31/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 b3850cd..ed5ae18 100644
--- a/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
+++ b/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
@@ -196,7 +196,7 @@ public class CompilerConfiguration {
 
     private BytecodeProcessor bytecodePostprocessor;
 
-    public static final int ASM_API_VERSION = Opcodes.ASM6;
+    public static final int ASM_API_VERSION = Opcodes.ASM7_EXPERIMENTAL;
 
     /**
      * Sets the Flags to defaults.