|
On a related not (so I don't lose sight of it), https://github.com/rwinch/gradle-multi-jdk discusses one possible way to support multiple JDKs in a Gradle build. The other, of course, is what we do now with requiring the highest JDK for building and using AnimalSniffer for making sure we do not inappropriately rely on newer JDK methods.
|