Skip to content

Commit 363bb66

Browse files
tjleingThomas Leing
andauthored
Actually attach Javadocs jar files to build (#2988)
Co-authored-by: Thomas Leing <[email protected]>
1 parent a91f1d4 commit 363bb66

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

publishing.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ afterEvaluate { project ->
224224
if (project.getPlugins().hasPlugin('com.android.application') ||
225225
project.getPlugins().hasPlugin('com.android.library')) {
226226
archives androidSourcesJar
227+
archives androidJavadocsJar
227228
} else {
228229
archives sourcesJar
229230
}

scripts/maven-release-publisher.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ phases:
1313
- echo 'Build phase starting.'
1414
- |
1515
JAVA_HOME=$JDK_8_HOME ./gradlew clean build
16-
./gradlew androidJavadocsJar
1716
for task_name in $(./gradlew tasks --all | grep uploadArchives | cut -d " " -f 1); do
1817
echo "Gradle task $task_name"
1918
JAVA_HOME=$JDK_8_HOME ./gradlew $task_name;

0 commit comments

Comments
 (0)