Don't upgrade the JDK

This commit is contained in:
Stef Tervelde
2025-03-20 18:49:14 +01:00
parent 3333c6de48
commit 821c45e7c8

View File

@@ -134,7 +134,7 @@ jobs:
- name: Install Java
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '17.0.8'
distribution: 'temurin'
architecture: ${{ matrix.arch }}
- name: Setup Gradle