cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.94k stars 332 forks source link

Upgraded to latest Gradle #540

Closed mkarg closed 1 year ago

mkarg commented 2 years ago

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 commented 2 years ago

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

mkarg commented 1 year ago

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