Skip to content

Commit 2387c3d

Browse files
committed
Removed Java 9 options so the 5.x branch works with Java 8
1 parent c3f1c56 commit 2387c3d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ subprojects {
107107
}
108108

109109
tasks.withType(JavaCompile) {
110-
options.compilerArgs.addAll(['--release', '8'])
111110
if (displayCompilerWarnings) {
112111
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
113112
}
@@ -146,7 +145,6 @@ configure(subprojects.findAll { it.name != "props-core" }) {
146145
sourceCompatibility = "1.8"
147146

148147
javadoc {
149-
options.addBooleanOption('html5', true)
150148
}
151149

152150
task javadocJar(type: Jar, dependsOn: "javadoc") {

0 commit comments

Comments
 (0)