mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-04 18:02:27 +01:00
Update build.yml
This commit is contained in:
parent
f81182895e
commit
e366cd2f34
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -26,9 +26,9 @@ jobs:
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-maven-
|
||||
- uses: s4u/maven-settings-action@v2.1.0
|
||||
name: Use ${{ matrix.java }} as the java target and source
|
||||
name: Use ${{ matrix.java }} as the java target
|
||||
with:
|
||||
properties: '[{"maven.compiler.source": "${{ matrix.java }}"}, {"maven.compiler.target": "${{ matrix.java }}"}]'
|
||||
properties: '[{"maven.compiler.target": "${{ matrix.java }}"}]'
|
||||
- name: Setup YAPFA Project
|
||||
run: |
|
||||
git submodule update --init --recursive -f
|
||||
|
Loading…
Reference in New Issue
Block a user