Leave aside compiling for different Java versions for now

This commit is contained in:
Tobi Schäfer 2025-02-28 22:12:30 +01:00
parent 2ff29317e5
commit e4a8340dd8
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -21,11 +21,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: https://github.com/actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
- name: Compile with Gradle
run: ./gradlew :compileJava