File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,15 @@ jobs:
2222 cache : ' gradle'
2323
2424 - name : Build
25- 26- with :
27- arguments : build
25+ run : ./gradlew build
2826
2927 - name : Publish
3028 run : |
31- ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
32- ./gradlew releaseRepository
29+ ./gradlew publishToMavenCentral --no-configuration-cache
3330 env :
3431 SONATYPE_CONNECT_TIMEOUT_SECONDS : 180
3532 SONATYPE_CLOSE_TIMEOUT_SECONDS : 900
3633 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3734 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
3835 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_SECRET_KEY }}
39- ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_KEY_PASSWORD }}
36+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_KEY_PASSWORD }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id(" org.jetbrains.dokka" ) version " 1.9.20" apply false
44 id(" org.owasp.dependencycheck" ) version " 8.2.1" apply false
55 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.0" apply false
6- id(" com.vanniktech.maven.publish" ) version " 0.28 .0" apply false
6+ id(" com.vanniktech.maven.publish" ) version " 0.33 .0" apply false
77 id(" com.github.ben-manes.versions" ) version " 0.51.0" apply false
88 id(" ru.vyarus.mkdocs" ) version " 4.0.1"
99}
You can’t perform that action at this time.
0 commit comments