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:
- name: Install JDK 21
run: |
apt update
apt install -y openjdk-21-jdk
sudo apt update
sudo apt install -y openjdk-21-jdk
java -version
- name: Checkout repository
uses: actions/checkout@v2
run: git clone https://git.starmc.net/MelonEconomy/Melon-Proxy.git
- name: Build with Maven
run: mvn clean install -DskipTests