We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gradlew
1 parent 4af6e29 commit ed2e5dcCopy full SHA for ed2e5dc
1 file changed
.github/workflows/ci.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
+ - name: Make gradlew executable
18
+ run: chmod +x ./gradlew
19
- uses: actions/setup-java@v4
20
with:
21
distribution: temurin
@@ -27,6 +29,8 @@ jobs:
27
29
28
30
31
32
33
34
35
36
@@ -40,6 +44,8 @@ jobs:
40
44
41
45
42
46
47
48
43
49
50
51
0 commit comments