Skip to content

Commit 98f729d

Browse files
committed
修改gradle配置
1 parent 457bc03 commit 98f729d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

custom-views-androidx/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
alias(libs.plugins.android.library)
3+
id "com.vanniktech.maven.publish" version "0.35.0"
34
}
45

56
android {

gradle.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ POM_URL=https://github.com/Ayvytr/AndroidCustomViews
2525
POM_SCM_URL=https://github.com/Ayvytr/AndroidCustomViews
2626
POM_SCM_CONNECTION=scm:git:git://github.com/Ayvytr/AndroidCustomViews.git
2727
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

Comments
 (0)