Skip to content

Commit

Permalink
Update JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse committed Aug 9, 2019
1 parent 6352e0c commit ec0f0a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Maven Central](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22google-maps-se

## Developer Documentation

View the [javadoc](https://googlemaps.github.io/google-maps-services-java/v0.9.3/javadoc/index.html?overview-summary.html).
View the [javadoc](https://googlemaps.github.io/google-maps-services-java/v0.9.4/javadoc/index.html?overview-summary.html).

Additional documentation for the included web services is available at
https://developers.google.com/maps/.
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ tasks.withType(Test) {
javadoc {
exclude '**/internal/**'
def currentJavaVersion = org.gradle.api.JavaVersion.current()
if (currentJavaVersion.compareTo(org.gradle.api.JavaVersion.VERSION_1_9) > 0) {
options.addBooleanOption('html4', true)
}
}

jacoco {
Expand Down

0 comments on commit ec0f0a8

Please sign in to comment.