Upgrading the Nextflow project to latest Groovy version (2.4.12) I got several errors related to this issue:
https://issues.apache.org/jira/browse/GROOVY-8237 I was a bit surprised because the joint build in the community Team-City server is reporting all tests green: http://ci.groovy-lang.org/viewType.html?buildTypeId=JointBuilds_Nextflow_ Groovy24xJointBuild When running in the CI server the groovy deps are overridden by this snippet <https://github.com/nextflow-io/nextflow/commit/93934de17e3e84c1cb690c3ec2931b38f2edb8ee> in gradle build file and the groovy version is provided by the `CI_GROOVY_VERSION ` env variable. Looking in the log that variable looks outdated: [03:21:46] : [Step 1/1] Overriden Groovy dependency to use 2.4.4-SNAPSHOT Would it be possible to update the config to have NF compiled against the latest snapshot ? Thanks you, Paolo