mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-25 12:06:09 +01:00
Update maven.yml
This commit is contained in:
parent
3b61eb8e94
commit
7434df6168
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh"
|
||||
# run script
|
||||
"${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh"
|
||||
shell: bash
|
||||
shell: sh
|
||||
|
||||
- name: Set up JDK 16
|
||||
uses: actions/setup-java@v2
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-1.17.sh"
|
||||
# run script
|
||||
"${GITHUB_WORKSPACE}/BuildTools/build-1.17.sh"
|
||||
shell: bash
|
||||
shell: sh
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v2
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-1.18+.sh"
|
||||
# run script
|
||||
"${GITHUB_WORKSPACE}/BuildTools/build-pre1.18+.sh"
|
||||
shell: bash
|
||||
shell: sh
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
Loading…
Reference in New Issue
Block a user