fix: maybe actually fixed gradle publishing for real this time??

This commit is contained in:
Ryan Brink
2024-10-31 11:41:14 -04:00
parent 0958d5a874
commit 9bd3b2e1e6
4 changed files with 10 additions and 10 deletions

View File

@ -17,13 +17,13 @@ jobs:
uses: burrunan/gradle-cache-action@v1
with:
gradle-version: wrapper
arguments: publishAndReleaseToMavenCentral
arguments: publishAndReleaseToMavenCentral --no-configuration-cache
properties: |
SONATYPE_AUTOMATIC_RELEASE=true
release=true
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.MAVEN_SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.MAVEN_SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MAVEN_SIGNING_KEY_PASSPHRASE }}
# NOTE: FML https://stackoverflow.com/a/39573795
ORG_GRADLE_PROJECT_signingInMemoryKeyId: FF618132
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MAVEN_SIGNING_PASSWORD }}