We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457bc03 commit 98f729dCopy full SHA for 98f729d
2 files changed
custom-views-androidx/build.gradle
@@ -1,5 +1,6 @@
1
plugins {
2
alias(libs.plugins.android.library)
3
+ id "com.vanniktech.maven.publish" version "0.35.0"
4
}
5
6
android {
gradle.properties
@@ -25,3 +25,10 @@ POM_URL=https://github.com/Ayvytr/AndroidCustomViews
25
POM_SCM_URL=https://github.com/Ayvytr/AndroidCustomViews
26
POM_SCM_CONNECTION=scm:git:git://github.com/Ayvytr/AndroidCustomViews.git
27
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/Ayvytr/AndroidCustomViews.git
28
+
29
+mavenCentralPublishing=true
30
+signAllPublications=true
31
+mavenCentralAutomaticPublishing=true
32
33
+systemProp.org.gradle.internal.publish.checksums.insecure=true
34
0 commit comments