Dont fail on me now pleaser
Some checks failed
Build&Release / build_and_release (push) Failing after 1s
Some checks failed
Build&Release / build_and_release (push) Failing after 1s
This commit is contained in:
parent
efa4455937
commit
04531a2a43
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue