Re: build faillures

2017-12-24 Thread Daniel.Sun
Fixed by https://github.com/apache/groovy/commit/e9b6bddda05165195db24d42ed3715e4752e0397 Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: build faillures

2017-12-24 Thread Daniel.Sun
Hi Jochen, I have the same question... my workaround is to check the version of vm plugin: https://github.com/danielsun1106/groovy/commit/70f0223a5f0eade0e2097b7ff8bf843e05948e55 Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

build faillures

2017-12-24 Thread Jochen Theodorou
Hi, on the CI Server I see several builds failing to run org.codehaus.groovy.vmplugin.v8.InterfaceStaticMethodCallTest. I put the test here because I thought it will then be executed only on JDK8+. But I got the failure on a JDK6 build. So my question: Is this package supposed to be excluded