Skip to content

Commit a92cc93

Browse files
committed
Improve javadoc target
The title of the javadoc is now more human-readable
1 parent 3620e21 commit a92cc93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/gradle-mvn-push.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ afterEvaluate { project ->
107107
}
108108

109109
task androidJavadocs(type: Javadoc) {
110+
title = "ShowcaseView ${VERSION_NAME}"
110111
ext.androidJar = "${android.sdkDirectory}/platforms/${android.compileSdkVersion}/android.jar"
111112
source = android.sourceSets.main.java.getSrcDirs()
112113
classpath = files(ext.androidJar)

0 commit comments

Comments
 (0)