jcommander
jcommander copied to clipboard
Upgraded to latest Gradle
This change allows to build on modern JDK.
Without this change, building on modern JDK fails due to disallowed access to JDK internals performed by older Gradle versions.
I created this change simply by applying ./gradlew --gradle-version 7.5.1
. This PR does not contain any other / manual code changes.
@cbeust Cedric, I kindly ask to accept this MR to be able to compile jCommander on modern JDKs. Thanks.