ktlint-gradle
ktlint-gradle copied to clipboard
Configure Travis CI to test with JDK 9 & 10
Just generally checking for JDK 9 and 10 compatibility is a good idea.
Should it be mandatory check or just optional one (allowed to fail)?
Probably mandatory given the speed at which Java 9 and 10 is being adopted. Unless the tests are flaky on those VMs
I would propose to do it only for LTS JDK versions - add only Openjdk 11 on Travis CI.