Installing latest.release
Nextflow with grape installs edge prerelease
#3672
Labels
latest.release
Nextflow with grape installs edge prerelease
#3672
Bug report
Expected behavior and actual behaviour
I have some Groovy scripts that use parts of the Nextflow library and specify the dependency with
@Grab
directives to use the Grape dependency manager. I expected that requesting thelatest.release
of Nextflow with Grape would install the release that is currently served by get.nextflow.io (22.10.7), but instead Grape installs the 23.02.0-edge prerelease.The
latest.release
Ivy matcher returns the newest module revision with "at least release" status (https://ant.apache.org/ivy/history/2.1.0/settings/version-matchers.html). Is it expected that these prereleases are marked as a release? Is there another status I could be using?Program output
NA
Environment
Additional context
NA
The text was updated successfully, but these errors were encountered: