Compare commits
2 commits
808bc48ab9
...
fa95022b1d
Author | SHA1 | Date | |
---|---|---|---|
fa95022b1d | |||
e4a8340dd8 |
1 changed files with 1 additions and 6 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -3,6 +3,7 @@ name: Build
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/build.yml
|
||||
- build.gradle
|
||||
- settings.gradle
|
||||
- src/**
|
||||
|
@ -21,11 +22,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