In the past we do,
dependencies {
implementation "io.nextflow:nextflow:${nextflow_version}"
}
in our build.gradle in order to have Nextflow libraries available for our Groovy code (to support Groovy lib code unit testing). This seems to be no longer possible with version 25+.
For 25.04.x, it seems that the library lib-trace is not available from Maven, and the version we would like to have, 25.10.x, it’s not on Maven at all. Are there plans to update this on Maven and make that available?
Thanks!