We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67dc4d0 commit 9ec00f7Copy full SHA for 9ec00f7
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-java@v4
22
with:
23
distribution: temurin
24
- java-version: '11'
+ java-version: '17'
25
26
- name: Validate and build
27
run: ./gradlew --no-daemon clean build
0 commit comments