Skip to content

Commit

Permalink
Remove html5 option from API build
Browse files Browse the repository at this point in the history
This led to a build error
  • Loading branch information
timrae committed May 29, 2018
1 parent ef49932 commit 64d68ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def localReleaseDest = "${buildDir}/release/${version}"
task androidJavadocs(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
options.addBooleanOption('html5', true)
}

task androidJavadocsJar(type: Jar, dependsOn: androidJavadocs) {
Expand Down

0 comments on commit 64d68ef

Please sign in to comment.