Skip to content

Commit

Permalink
fix: android classifier error (zhigang1992#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldiand authored Sep 28, 2023
1 parent a2e6fcb commit f357a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ afterEvaluate { project ->
}

task androidJavadocJar(type: Jar, dependsOn: androidJavadoc) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
from androidJavadoc.destinationDir
}

Expand Down

0 comments on commit f357a1a

Please sign in to comment.