Compare commits
2 commits
fa95022b1d
...
808bc48ab9
Author | SHA1 | Date | |
---|---|---|---|
808bc48ab9 | |||
6ebdd6aa31 |
1 changed files with 1 additions and 10 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -3,6 +3,7 @@ name: Build
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/build.yml
|
||||
- build.gradle
|
||||
- settings.gradle
|
||||
- src/**
|
||||
|
@ -14,18 +15,8 @@ jobs:
|
|||
build:
|
||||
runs-on: antville
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
java: [11, 17, 21]
|
||||
|
||||
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