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.
2 parents 9d4ccc6 + dd50b0c commit 9a133c4Copy full SHA for 9a133c4
.github/workflows/publish-snapshot.yml
@@ -22,7 +22,9 @@ jobs:
22
java-version: 11.0.7
23
24
- name : Publish Snapshots
25
- run: ./gradlew clean build && ./gradlew publish --no-parallel --no-daemon
+ run: |
26
+ ./gradlew clean build --no-daemon
27
+ ./gradlew publish --no-parallel --no-daemon
28
env :
29
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
30
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
0 commit comments