Skip to content

Commit f0f15c9

Browse files
committed
Try to wire signing into publishing.
1 parent 4b6f980 commit f0f15c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if (project.hasProperty('versionSuffix')) {
1111
version = "${version}-${versionSuffix}"
1212
}
1313

14+
1415
// Specify dependencies
1516
dependencies {
1617
implementation 'com.google.code.gson:gson:2.8.9'
@@ -50,11 +51,6 @@ android {
5051
}
5152
}
5253

53-
java {
54-
withJavadocJar()
55-
withSourcesJar()
56-
}
57-
5854
// Configure the publishing block for Maven Central deployment
5955
publishing {
6056
publications {

0 commit comments

Comments
 (0)