Skip to content

Commit 867829c

Browse files
committed
Omit Javadoc since causing jitpack build failure
1 parent 5a985f3 commit 867829c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

composed-permissions/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ android {
4646
publishing {
4747
singleVariant("release") {
4848
withSourcesJar()
49-
withJavadocJar()
5049
}
5150
}
5251
}

composed/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ android {
4747
publishing {
4848
singleVariant("release") {
4949
withSourcesJar()
50-
withJavadocJar()
5150
}
5251
}
5352
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ android.defaults.buildfeatures.renderscript=false
2121
android.defaults.buildfeatures.resvalues=false
2222
android.defaults.buildfeatures.shaders=false
2323

24-
version=0.0.1-rc2
24+
version=0.0.1-rc3

0 commit comments

Comments
 (0)