File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3333 run : ./gradlew build --stacktrace
3434
3535 - name : Publish Library on Maven Central
36- run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
36+ run : ./gradlew publishToMavenCentral --no-configuration-cache
3737 env :
3838 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_KEY }}
3939 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_PASSWORD }}
Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ GROUP=dev.shreyaspatil.compose-compiler-report-generator
44VERSION_NAME =1.5.0
55
66# Library configuration
7- SONATYPE_HOST =DEFAULT
7+ SONATYPE_HOST =CENTRAL_PORTAL
88RELEASE_SIGNING_ENABLED =true
9+ mavenCentralAutomaticPublishing =true
10+ signAllPublications =true
911
1012POM_INCEPTION_YEAR =2023
1113POM_URL =https://github.com/PatilShreyas/compose-report-to-html/
You can’t perform that action at this time.
0 commit comments