Open andrioli opened 1 year ago
We should also consider https://github.com/saeg/jaguar2/pull/62#issuecomment-1753668287 here.
Looks that the only missing warning is for Java 7:
Warning: Javadoc Warnings Warning: [WARNING] warning: [options] bootstrap class path not set in conjunction with -source 1.6
I'm planning to deprecated build support using JDK 7 tooling, I can live with this warning for a short period of time.
After a68b3c9 (PR #79) no more warnings for Java 6 (JDK 6 toolchain) build.
After 5c389dc (PR #69) we start to got some warnings:
Java 6, 7, 8 on example modules
Java 7 all modules
Java 8 all modules
Java 9 all modules
Java 10, 11 all modules
Java 12,13,14,15,16,17,18,19 all modules
Java 20, 21 all modules
Originally posted by @andrioli in https://github.com/saeg/jaguar2/issues/69#issuecomment-1789245647