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 526a35e commit cd75494Copy full SHA for cd75494
.github/workflows/main.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Set up JDK 17
24
uses: actions/setup-java@v3
25
with:
26
+ distribution: temurin
27
java-version: 17
28
- name: Grant execute permission for gradlew
29
run: chmod +x gradlew
@@ -47,6 +48,7 @@ jobs:
47
48
49
50
51
52
53
54
0 commit comments