We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c0217 commit ec3675eCopy full SHA for ec3675e
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/setup-java@v2
16
with:
17
distribution: "temurin"
18
- java-version: 17
+ java-version: 21
19
- name: Fix borked permissions
20
run: chmod +x ./gradlew
21
- name: Run gradle tasks
0 commit comments