#1012062 gant: FTBFS with OpenJDK 17 due to unsupported javac source/target level 6

Package:
src:gant
Source:
gant
Submitter:
Emmanuel Bourg
Date:
2022-05-31 15:30:09 UTC
Severity:
important
Tags:
#1012062#5
Date:
2022-05-29 15:55:06 UTC
From:
To:
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.

#1012062#14
Date:
2022-05-31 14:44:41 UTC
From:
To:
The source/target level is now automatically adjusted by Gradle (since gradle/4.4.1-14).