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 2e4b690 commit 3d2f20dCopy full SHA for 3d2f20d
.github/workflows/pull_request.yml
@@ -11,6 +11,8 @@ jobs:
11
with:
12
java-version: 18
13
distribution: adopt
14
+ - name: Make gradlew executable
15
+ run: chmod +x ./gradlew
16
- name: Build
17
run: ./gradlew build
18
- name: Upload artifacts
0 commit comments