We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520e453 commit fd16526Copy full SHA for fd16526
.github/workflows/deploy.yml
@@ -46,4 +46,4 @@ jobs:
46
java-version: '17'
47
distribution: 'temurin'
48
- name: Publish to Maven Central
49
- run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
+ run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
0 commit comments