File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4343 with :
4444 task : publish
4545 env :
46- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
47- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
48- ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.ARTIFACT_SIGNING_PRIVATE_KEY }}
46+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
47+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
48+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_SECRET_KEY }}
49+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SECRET_PASSPHRASE }}
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ subprojects {
7676
7777 plugins.withId(" com.vanniktech.maven.publish.base" ) {
7878 configure<MavenPublishBaseExtension > {
79- publishToMavenCentral(SonatypeHost . S01 , automaticRelease = true )
79+ publishToMavenCentral(automaticRelease = true )
8080 signAllPublications()
8181 pomFromGradleProperties()
8282
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ compose-sample-compiler = "1.5.3"
2020[libraries ]
2121
2222build-android = " com.android.tools.build:gradle:8.12.0"
23- build-mavenPublish = " com.vanniktech:gradle-maven-publish-plugin:0.25.3 "
23+ build-mavenPublish = " com.vanniktech:gradle-maven-publish-plugin:0.36.0 "
2424build-kotlin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
2525build-ktlint = " org.jlleitschuh.gradle:ktlint-gradle:11.6.1"
2626build-binaryCompatibility = " org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0"
You can’t perform that action at this time.
0 commit comments