File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 PUBLISH_USER : ${{ secrets.PUBLISH_USER }}
107107 PUBLISH_KEY : ${{ secrets.PUBLISH_KEY }}
108108 run : |
109- ./gradlew publishToMavenCentral --stacktrace
109+ ./gradlew publishAllToMavenCentral --stacktrace
110110
111111 sonar :
112112 needs : [test]
Original file line number Diff line number Diff line change 3333 PUBLISH_USER : ${{ secrets.PUBLISH_USER }}
3434 PUBLISH_KEY : ${{ secrets.PUBLISH_KEY }}
3535 run : |
36- ./gradlew publishToMavenCentral
36+ ./gradlew publishAllToMavenCentral
Original file line number Diff line number Diff line change 11plugins {
22 `maven- publish`
3+ signing
34 id(" io.openapiprocessor.build.plugin.publish" )
45}
56
@@ -14,8 +15,8 @@ publishing {
1415}
1516
1617publishingCentral {
17- publication = " openapiparser"
1818 stagingDir = rootProject.layout.buildDirectory.dir(" staging" )
1919 deploymentDir = rootProject.layout.buildDirectory.dir(" deployment" )
2020 deploymentName = " parser"
21+ waitFor = " VALIDATED"
2122}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ openapiparser = "2025.4-SNAPSHOT"
33
44build-jdk = " 11"
55test-jdk = " 17"
6- build-plugins = " 2025.7-SNAPSHOT "
6+ build-plugins = " 2025.9 "
77
88# using the embedded kotlin version of gradle to avoid mixed versions
99kotlin = " 2.2.10"
You can’t perform that action at this time.
0 commit comments