We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9660a87 commit d56563bCopy full SHA for d56563b
2 files changed
.github/workflows/build.yml
@@ -18,6 +18,9 @@ jobs:
18
- name: Setup Gradle
19
uses: gradle/actions/setup-gradle@v4
20
21
+ - name: Make gradlew executable
22
+ run: chmod +x ./gradlew
23
+
24
- name: Build with Gradle
25
run: |
26
./gradlew build
.github/workflows/publish.yml
@@ -19,6 +19,9 @@ jobs:
- name: Publish API
run: "./gradlew publish"
27
env:
0 commit comments