optimize workflwo
Some checks failed
/ deploy (push) Failing after 54s

This commit is contained in:
Minecon724 2024-11-30 12:27:24 +01:00
parent bc9ee000f4
commit 16d2a872f9
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
2 changed files with 6 additions and 4 deletions

View file

@ -9,11 +9,13 @@ jobs:
- name: Install JDK and other deps - name: Install JDK and other deps
run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl
- name: BuildTools for NMS #- name: BuildTools for NMS
run: mkdir /tmp/buildtools && cd /tmp/buildtools && curl -O https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar && java -jar BuildTools.jar --rev 1.21.1 --remapped && cd # run: mkdir /tmp/buildtools && cd /tmp/buildtools && curl -O https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar && java -jar BuildTools.jar --rev 1.21.1 --remapped && cd
- name: Download NMS
run: curl -s -L https://git.m724.eu/Minecon724/temporary/raw/branch/master/XRIH.tar.zst | tar xva - -C .
- name: Clone repository - name: Clone repository
run: git clone https://git.m724.eu/Minecon724/tweaks724.git . run: git clone https://git.m724.eu/Minecon724/tweaks724.git && cd tweaks724
- name: Build - name: Build
run: mvn clean package run: mvn clean package
- name: Upload artifacts - name: Upload artifacts

View file

@ -42,8 +42,8 @@ chat:
# Name of the default / global chatroom # Name of the default / global chatroom
defaultName: "global" defaultName: "global"
# Compass shown in a text form on the actionbar
compass: compass:
# Compass will be shown in a text form
enabled: true enabled: true
# How much points (each point is separated with a space) # How much points (each point is separated with a space)
# I suggest making this uneven to make center... in center # I suggest making this uneven to make center... in center