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 ffea92b commit 60a8625Copy full SHA for 60a8625
.github/workflows/publish_jar.yml
@@ -51,6 +51,7 @@ jobs:
51
# https://central.sonatype.com/api-doc
52
- name: Create Bundle.zip file and use Publisher API
53
run: |
54
+ chmod +x gradlew
55
./gradlew publishToMavenLocal
56
bash create_bundle.sh $VERSION
57
curl --request POST \
0 commit comments