Re: 2.5.x build error

2018-09-13 Thread Remko Popma
Thanks Paul! > On Sep 13, 2018, at 21:13, Paul King wrote: > > Looks like we are facing this: > https://github.com/spotbugs/spotbugs-gradle-plugin/issues/39 > > TL;DR some api changed in gradle but they just released spotbugs 1.6.3 to get > around the problem and it seems to also work for

Re: 2.5.x build error

2018-09-13 Thread Paul King
Looks like we are facing this: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/39 TL;DR some api changed in gradle but they just released spotbugs 1.6.3 to get around the problem and it seems to also work for me - I'll update the build. Cheers, Paul. On Thu, Sep 13, 2018 at 10:07 PM

Re: 2.5.x build error

2018-09-13 Thread Paul King
Well, I do see that error locally but the versions are the same between master and 2_5_X. We use the standard plugin mechanism in master but old school style in 2_5_X so that we can disable it for JDK7 - sonce the plugin is now JDK8 based. We'll have to work out what is happening differently in

Re: 2.5.x build error

2018-09-13 Thread Paul King
I don't normally run the quality checks but I see it in the CI server: http://ci.groovy-lang.org/viewType.html?buildTypeId=Groovy_CoverageIndyRuntime Perhaps the version of spotbugs vs gradle on the 2_5_X branch don't line up. On Thu, Sep 13, 2018 at 9:41 PM Remko Popma wrote: > Is anyone

2.5.x build error

2018-09-13 Thread Remko Popma
Is anyone seeing this error when building the 2.5.x branch? java.lang.BootstrapMethodError: call site initialization exception at com.github.spotbugs.SpotBugsPlugin.lambda$configureForSourceSet$7(SpotBugsPlugin.java:199) at org.gradle.util.GUtil.uncheckedCall(GUtil.java:459)