Skip to content

Commit f10c207

Browse files
committed
Include sources & javadoc JARs for deployed Android artifacts as well
1 parent d0f7335 commit f10c207

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

gradle/deployment.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,9 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
106106
from javadoc.destinationDir
107107
}
108108

109-
if (targetPlatform == "java") {
110-
artifacts {
111-
archives sourcesJar
112-
archives javadocJar
113-
}
109+
artifacts {
110+
archives sourcesJar
111+
archives javadocJar
114112
}
115113

116114
// ------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)