I've double checked this and the compilation fails also locally using `2.5.0-SNAPSHOT`.
I've managed to compile successfully using `2.5.0-beta-3` instead. Cheers, Paolo On Tue, Mar 6, 2018 at 2:29 PM, Paul King <[email protected]> wrote: > I temporarily set CI_GROOVY_VERSION for that joint build to 2.5.0-beta-3 > but it seems to have been set to 2.4.13 regardless. Do you get the same > errors locally as we are seeing on the CI server? > > > On Tue, Mar 6, 2018 at 10:51 PM, Paolo Di Tommaso < > [email protected]> wrote: > >> The nextflow joint build is failing badly with the current snapshot : >> >> http://ci.groovy-lang.org/viewLog.html?buildId=47703&tab=bui >> ldResultsDiv&buildTypeId=JointBuilds_Nextflow_Groovy25xJointBuild# >> >> It seems it's unable static compiled classes are unable to resolve >> extension methods such the ones defined in this class >> <https://github.com/nextflow-io/nextflow/blob/af3ce867c54f48ea1af227df4f657aeec1da92ed/subprojects/nxf-commons/src/main/nextflow/extension/Bolts.groovy#L53> >> . >> >> >> p >> >> On Tue, Mar 6, 2018 at 12:41 PM, Paul King <[email protected]> wrote: >> >>> >>> I am hoping to do the first RC release of 2.5.0 late this week or next >>> week. The plan being for a release in time for or during Greach. I still >>> have a bunch of bugs on my list to be fixed before then, so I can't narrow >>> it down more than that at this stage. Please work on any changes you want >>> in for the release and any testing is greatly appreciated. >>> >>> Cheers, Paul. >>> >>> >> >
