Le 10/09/2016 à 19:56, Sascha Steinbiss a écrit :
> I was a bit confused by the ‘-gradle’ version suffix used in the previous
> version that was compensated for in an jh_installlibs override. If this
> suffix is not part of a new version string, jar renaming is broken during the
> installation. I removed the jh_installlibs override to make the current
> version work, but not being a core Java guy I was wondering whether this was
> a commonly used thing…?
Just after the release of 2.5.0, upstream changed its build system
(starting to use gradle) and released a 2.5.0-gradle upstream version
with the same code but a different gradle-based build system.
So the -gradle suffix have been here only for one upstream
release. All things done to handle it can be removed now.
Regards,
Vincent