You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great plugin, we're using it in CrateDB and it works great, but with the recent JDK 21.0.2 release we noticed that the toolchains plugin pulls the latest version, despite us having set the version to 21.0.1 and 21.0.2 had a regression that caused our tests to fail.
I assume this is intentional, due to the latest=overall option in the foojay API call:
Would it be possible to add an option that results in latest=overall not getting set, to have strict version matching? This would allow for reproducable builds.
The text was updated successfully, but these errors were encountered:
Thanks for the great plugin, we're using it in CrateDB and it works great, but with the recent JDK 21.0.2 release we noticed that the toolchains plugin pulls the latest version, despite us having set the version to
21.0.1
and 21.0.2 had a regression that caused our tests to fail.I assume this is intentional, due to the
latest=overall
option in the foojay API call:toolchains-maven-plugin/src/main/java/org/apache/maven/plugins/toolchain/FoojayService.java
Line 139 in 3add956
Would it be possible to add an option that results in
latest=overall
not getting set, to have strict version matching? This would allow for reproducable builds.The text was updated successfully, but these errors were encountered: