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 06c32b6 commit 4c0bcb9Copy full SHA for 4c0bcb9
.github/workflows/run-publish-maven.yml
@@ -42,7 +42,7 @@ jobs:
42
run: chmod +x ./gradlew
43
44
- name: Publish to Maven Central Repository
45
- run: conda run --no-capture-output bash -c "./gradlew jreleaserConfig && ./gradlew clean && ./gradlew publish && ./gradlew jreleaserFullRelease --stacktrace -Dorg.gradle.jvmargs=\"-Xmx8g\""
+ run: conda run --no-capture-output bash -c "./gradlew jreleaserConfig && ./gradlew clean && ./gradlew publish && ./gradlew jreleaserFullRelease -Dorg.gradle.jvmargs=\"-Xmx8g\""
46
env:
47
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.OSSRH_USERNAME }}
48
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments