File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed
Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 3535 - name : Build with Gradle
3636 uses : gradle/gradle-build-action@main
3737 with :
38- arguments : build
38+ arguments : build publishAllPublicationsToSonatypeRepository closeAndReleaseRepository --scan
3939
40- - name : Upload to Sonatype
41- uses : gradle/gradle-build-action@main
42- with :
43- arguments : publishAllPublicationsToSonatypeRepository
44-
45- - name : Promote to Maven Central
46- uses : gradle/gradle-build-action@main
47- with :
48- arguments : closeAndReleaseRepository
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ project.gradle.taskGraph.whenReady {
173173android {
174174 compileSdk = 33
175175 sourceSets[" main" ].manifest.srcFile(" src/androidMain/AndroidManifest.xml" )
176+ namespace = " dev.zxilly.notify.sdk"
176177 defaultConfig {
177178 minSdk = 24
178179 targetSdk = 33
@@ -238,6 +239,8 @@ nexusStaging {
238239 serverUrl = " https://s01.oss.sonatype.org/service/local/"
239240 username = mavenUser
240241 password = mavenPassword
242+ packageGroup = " dev.zxilly"
243+ stagingProfileId = " 95214448af0738"
241244}
242245
243246publishing {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ android.useAndroidX=true
22
33org.gradle.warning.mode =none
44
5- kotlin.version =1.7.10
5+ kotlin.version =1.7.20
66kotlin.stdlib.default.dependency =true
77
88kotlin.code.style =official
@@ -14,7 +14,4 @@ kotlin.native.ignoreDisabledTargets=true
1414kotlin.native.binary.memoryModel =experimental
1515
1616org.gradle.daemon =false
17- org.gradle.jvmargs =-Xmx4096m -XX:MaxMetaspaceSize =512m
18-
19- org.gradle.unsafe.configuration-cache =true
20- org.gradle.unsafe.configuration-cache-problems =warn
17+ org.gradle.jvmargs =-Xmx4096m -XX:MaxMetaspaceSize =512m
You can’t perform that action at this time.
0 commit comments