Remove pre 1.17 from build

This commit is contained in:
James Peters 2022-06-26 16:22:30 +01:00
parent ad2356a3f9
commit d7eeb2d20e
2 changed files with 1 additions and 17 deletions

View File

@ -34,22 +34,6 @@ jobs:
mkdir -p ~/BuildTools
ls ~/BuildTools
shell: bash
- 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: Set up JDK 16
uses: actions/setup-java@v2

View File

@ -8,7 +8,7 @@ MAVEN_DIR="$HOME/.m2"
SPIGOT="${MAVEN_DIR}/repository/org/spigotmc/spigot"
#Versions
array=("1.18.2" "1.18.1" "1.19")
array=("1.18.1" "1.18.2" "1.19")
#Download BuildTools jar
curl -s -o BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar