gant fails to build with OpenJDK 17 because it invokes javac with the source/target options set to 6. Since OpenJDK 12 the minimum version supported is 7.
The source/target level is now automatically adjusted by Gradle (since gradle/4.4.1-14).
gant fails to build with OpenJDK 17 because it invokes javac with the source/target options set to 6. Since OpenJDK 12 the minimum version supported is 7.
The source/target level is now automatically adjusted by Gradle (since gradle/4.4.1-14).