Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - remove deprecated javacompile, resolve AS 3.3.0 warning o…
Browse files Browse the repository at this point in the history
…n deprecation
  • Loading branch information
tobrun committed Jan 23, 2019
1 parent ed64ccc commit 24b4ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/gradle/gradle-javadoc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android.libraryVariants.all { variant ->
description = "Generates javadoc for build $name"
failOnError = false
destinationDir = new File(destinationDir, variant.baseName)
source = variant.getJavaCompiler().source
source = variant.sourceSets.collect { it.java.sourceFiles }.inject { m, i -> m + i }
options.windowTitle("Mapbox Maps SDK for Android $VERSION_NAME Reference")
options.docTitle("Mapbox Maps SDK for Android $VERSION_NAME")
options.header("Mapbox Maps SDK for Android $VERSION_NAME Reference")
Expand Down

0 comments on commit 24b4ddf

Please sign in to comment.