File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3838 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
3939 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_KEY_ARMORED }}
4040 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_PASSPHRASE }}
41- GRADLE_PORTAL_PUBLISH_KEY : ${{ secrets.GRADLE_PUBLISH_KEY }}
42- GRADLE_PORTAL_PUBLISH_SECRET : ${{ secrets.GRADLE_PUBLISH_SECRET }}
41+ GRADLE_PUBLISH_KEY : ${{ secrets.GRADLE_PUBLISH_KEY }}
42+ GRADLE_PUBLISH_SECRET : ${{ secrets.GRADLE_PUBLISH_SECRET }}
Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ gradlePlugin {
7474 }
7575}
7676
77- ext[GRADLE_PUBLISH_KEY ] = System .getenv(" GRADLE_PORTAL_PUBLISH_KEY" )
78- ext[GRADLE_PUBLISH_SECRET ] = System .getenv(" GRADLE_PORTAL_PUBLISH_SECRET" )
79-
8077kotlin {
8178 jvmToolchain {
8279 languageVersion.set(JavaLanguageVersion .of(17 ))
You can’t perform that action at this time.
0 commit comments