File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 env :
3030 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
3131 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
32- ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.GPG_KEY_NAME }}
32+ ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.GPG_KEY_ID }}
3333 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_PASSPHRASE }}
3434 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_KEYS }}
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ plugins {
2929 id(" org.jmailen.kotlinter" ) version " 5.2.0"
3030 id(" com.google.cloud.tools.jib" ) version " 3.4.5"
3131 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
32- id(" net.researchgate.release" ) version " 3.1.0"
3332 id(" com.vanniktech.maven.publish" ) version " 0.34.0"
3433 id(" org.jetbrains.dokka" ) version " 2.0.0"
3534 `java- library`
35+ signing
3636}
3737
3838application {
You can’t perform that action at this time.
0 commit comments