Allow building on Java 11 (and set Travis to build on OpenJDK 11)
This commit is contained in:
@@ -8,3 +8,4 @@ cache:
|
||||
- $HOME/.gradle/wrapper/
|
||||
jdk:
|
||||
- openjdk8
|
||||
- openjdk11
|
@@ -73,6 +73,9 @@ javadoc {
|
||||
|
||||
// Disable the crazy super-strict doclint tool in Java 8
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
|
||||
// Mark sources as Java 8 source compatible
|
||||
options.source = '8'
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
Reference in New Issue
Block a user