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 2f22ec7 commit dd50b0cCopy full SHA for dd50b0c
.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