Sigh
Some checks are pending
Build&Release / build_and_release (push) Waiting to run

This commit is contained in:
Derek 2025-03-07 22:02:19 +00:00
parent 38074b78fe
commit 3c0b084a16

View file

@ -10,13 +10,13 @@ on:
jobs: jobs:
build_and_release: build_and_release:
runs-on: ubuntu runs-on: ubuntu-24.04
steps: steps:
- name: Install JDK 21 - name: Install JDK 21
run: | run: |
sudo apt update apt update
sudo apt install -y openjdk-21-jdk apt install -y openjdk-21-jdk
java -version java -version
- name: Checkout repository - name: Checkout repository
@ -25,7 +25,6 @@ jobs:
repository: MelonEconomy/Melon-Proxy repository: MelonEconomy/Melon-Proxy
ref: main ref: main
- name: Build with Maven - name: Build with Maven
run: mvn clean install -DskipTests run: mvn clean install -DskipTests