jcommander icon indicating copy to clipboard operation
jcommander copied to clipboard

Upgraded to latest Gradle

Open mkarg opened this issue 2 years ago • 1 comments

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.

mkarg avatar Aug 21 '22 16:08 mkarg

I created this change simply by applying ./gradlew --gradle-version 7.5.1. This PR does not contain any other / manual code changes.

mkarg avatar Aug 21 '22 16:08 mkarg

@cbeust Cedric, I kindly ask to accept this MR to be able to compile jCommander on modern JDKs. Thanks.

mkarg avatar Mar 06 '23 07:03 mkarg