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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
- .github/workflows/build.yml
|
||||||
- build.gradle
|
- build.gradle
|
||||||
- settings.gradle
|
- settings.gradle
|
||||||
- src/**
|
- src/**
|
||||||
|
@ -14,18 +15,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