Update .gitea/workflows/build.yml
This commit is contained in:
parent
4ab34396f0
commit
f87828052f
@ -11,9 +11,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin' # See 'Supported distributions' for available options
|
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||||
java-version: '21' - uses: actions/checkout@v4
|
java-version: '21' - uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Maven
|
- name: Install Maven
|
||||||
run: apt install -y maven
|
run: apt install -y maven
|
||||||
|
Loading…
Reference in New Issue
Block a user