This commit is contained in:
parent
38074b78fe
commit
3c0b084a16
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue