Leave aside compiling for different Java versions for now
This commit is contained in:
parent
2ff29317e5
commit
e4a8340dd8
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue