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)
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 ofcompilerArgs
to resolve errorCannot specify --release via 'CompileOptions.compilerArgs' when using 'JavaCompile.release'
(discussion)