Compare commits

..

2 Commits

Author SHA1 Message Date
Cyanoure
46a222c2a5 Update workflow
All checks were successful
Build Bukkit / build (push) Successful in 10m12s
2025-10-03 18:43:59 +02:00
Cyanoure
0e546dc019 Update workflow
Some checks failed
Build Bukkit / build (push) Failing after 53s
2025-10-03 18:30:07 +02:00

View File

@@ -5,7 +5,7 @@ on:
branches:
- master
- dev
- 1.2.5-R2.0
- MC-1.2.5
pull_request:
branches:
- master
@@ -22,6 +22,18 @@ jobs:
java-version: 8
distribution: 'temurin'
- name: Install Maven
run: sudo apt-get update && sudo apt-get install -y maven
- name: Cache Maven dependencies
uses: actions/cache@v4
with:
path: |
~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build all
run: mvn clean package