mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2025-03-02 03:31:03 +01:00
fix github build
This commit is contained in:
parent
9928192d55
commit
bb4e6d4516
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
|
Loading…
Reference in New Issue
Block a user