Dont fail on me now pleaser
Some checks failed
Build&Release / build_and_release (push) Failing after 1s

This commit is contained in:
Derek 2025-03-07 22:08:59 +00:00
parent efa4455937
commit 04531a2a43

View file

@ -15,12 +15,12 @@ jobs:
steps: steps:
- name: Install JDK 21 - name: Install JDK 21
run: | run: |
apt update sudo apt update
apt install -y openjdk-21-jdk sudo apt install -y openjdk-21-jdk
java -version java -version
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 run: git clone https://git.starmc.net/MelonEconomy/Melon-Proxy.git
- name: Build with Maven - name: Build with Maven
run: mvn clean install -DskipTests run: mvn clean install -DskipTests