auth0 / java-jwt

Java implementation of JSON Web Token (JWT)
MIT License
5.89k stars 921 forks source link

Update to gradle 6.9.2 #608

Closed jimmyjames closed 2 years ago

jimmyjames commented 2 years ago

Updates to Gradle 6.9.2. This addresses some issues using the toolchains feature with M1 chip. Needed to specify the release target via options.release instead of compilerArgs to resolve error Cannot specify --release via 'CompileOptions.compilerArgs' when using 'JavaCompile.release' (discussion)