Leave aside compiling for different Java versions for now
This commit is contained in:
parent
2ff29317e5
commit
6ebdd6aa31
1 changed files with 0 additions and 10 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -14,18 +14,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: antville
|
runs-on: antville
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
java: [11, 17, 21]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Compile with Gradle
|
||||||
run: ./gradlew :compileJava
|
run: ./gradlew :compileJava
|
||||||
|
|
Loading…
Add table
Reference in a new issue