We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792f247 commit 1dff5f8Copy full SHA for 1dff5f8
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,9 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
+ - name: Make gradlew executable
19
+ run: chmod +x gradlew
20
+
21
- uses: actions/setup-java@v4
22
with:
23
java-version: 17
@@ -43,6 +46,9 @@ jobs:
43
46
44
47
45
48
49
50
51
52
53
54
0 commit comments