mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-22 10:36:11 +01:00
Update maven.yml
This commit is contained in:
parent
f6c619d8ce
commit
c576d03721
69
.github/workflows/maven.yml
vendored
69
.github/workflows/maven.yml
vendored
@ -24,8 +24,7 @@ jobs:
|
||||
path: |
|
||||
~/.m2
|
||||
~/BuildTools
|
||||
key: buildtools-cache-${{ hashFiles('spigot-*.jar') }}
|
||||
restore-keys: buildtools-cache-
|
||||
key: buildtools-cache-${{ hashFiles('**/spigot-*.jar') }}
|
||||
|
||||
- name: Check BuildTools cached
|
||||
run: |
|
||||
@ -33,37 +32,37 @@ jobs:
|
||||
ls ~/BuildTools
|
||||
shell: bash
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
# - name: Set up JDK 8
|
||||
# uses: actions/setup-java@v2
|
||||
# with:
|
||||
# java-version: '8'
|
||||
# distribution: 'adopt'
|
||||
|
||||
- name: Run BuildTools Pre 1.17
|
||||
working-directory: BuildTools
|
||||
run: |
|
||||
cd ~/BuildTools
|
||||
# make file runnable, might not be necessary
|
||||
chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh"
|
||||
# run script
|
||||
bash ${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh
|
||||
shell: bash
|
||||
# - name: Run BuildTools Pre 1.17
|
||||
# working-directory: BuildTools
|
||||
# run: |
|
||||
# cd ~/BuildTools
|
||||
# # make file runnable, might not be necessary
|
||||
# chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh"
|
||||
# # run script
|
||||
# bash ${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh
|
||||
# shell: bash
|
||||
|
||||
- name: Set up JDK 16
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '16'
|
||||
distribution: 'adopt'
|
||||
# - name: Set up JDK 16
|
||||
# uses: actions/setup-java@v2
|
||||
# with:
|
||||
# java-version: '16'
|
||||
# distribution: 'adopt'
|
||||
|
||||
- name: Run BuildTools 1.17
|
||||
working-directory: BuildTools
|
||||
run: |
|
||||
cd ~/BuildTools
|
||||
# make file runnable, might not be necessary
|
||||
chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-1.17.sh"
|
||||
# run script
|
||||
bash ${GITHUB_WORKSPACE}/BuildTools/build-1.17.sh
|
||||
shell: bash
|
||||
# - name: Run BuildTools 1.17
|
||||
# working-directory: BuildTools
|
||||
# run: |
|
||||
# cd ~/BuildTools
|
||||
# # make file runnable, might not be necessary
|
||||
# chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-1.17.sh"
|
||||
# # run script
|
||||
# bash ${GITHUB_WORKSPACE}/BuildTools/build-1.17.sh
|
||||
# shell: bash
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v2
|
||||
@ -81,8 +80,14 @@ jobs:
|
||||
bash ${GITHUB_WORKSPACE}/BuildTools/build-1.18+.sh
|
||||
shell: bash
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Check BuildTools cached
|
||||
run: |
|
||||
mkdir -p ~/BuildTools
|
||||
ls ~/BuildTools
|
||||
shell: bash
|
||||
|
||||
# - name: Build with Maven
|
||||
# run: mvn -B package --file pom.xml
|
||||
|
||||
- name: Upload Release Asset
|
||||
id: upload-release-asset
|
||||
|
Loading…
Reference in New Issue
Block a user