From 60c16ba92cff1c37dc4bf3ae16941e4e4945e8eb Mon Sep 17 00:00:00 2001 From: Chris Earle Date: Tue, 21 Oct 2014 13:08:08 -0400 Subject: [PATCH] Use groovy-x.y.z-indy jar for better scripting performance Using the Groovy jar with the indy (short for `invokedynamic`) classifier enables usage of the `invokedynamic` instruction available in Java 7+. Due to buggy JVMs, it should only be used with Java 7u60 or later. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 3d8b99e4fde..a075b276569 100644 --- a/pom.xml +++ b/pom.xml @@ -278,6 +278,7 @@ org.codehaus.groovy groovy-all 2.3.2 + indy compile true