Skip to content

Commit ddb2170

Browse files
committed
Update maven publish plugin config and commands
1 parent e094651 commit ddb2170

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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 }}

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ GROUP=dev.shreyaspatil.compose-compiler-report-generator
44
VERSION_NAME=1.5.0
55

66
# Library configuration
7-
SONATYPE_HOST=DEFAULT
7+
SONATYPE_HOST=CENTRAL_PORTAL
88
RELEASE_SIGNING_ENABLED=true
9+
mavenCentralAutomaticPublishing=true
10+
signAllPublications=true
911

1012
POM_INCEPTION_YEAR=2023
1113
POM_URL=https://github.com/PatilShreyas/compose-report-to-html/

0 commit comments

Comments
 (0)