From ecebbd11dbacdb63cfa57b9c982ac776e67bf8a7 Mon Sep 17 00:00:00 2001 From: Intelli Date: Tue, 4 Mar 2025 10:24:19 -0700 Subject: [PATCH] Fixed build errors --- .github/workflows/build.yml | 2 +- pom.xml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef2d413..081507f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/pom.xml b/pom.xml index 13896ad..ab73006 100755 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,10 @@ codemc-repo https://repo.codemc.org/repository/maven-public/ + + jitpack.io + https://jitpack.io + @@ -164,5 +168,11 @@ log4j-core 2.23.1 + + com.github.DeadSilenceIV + AdvancedChestsAPI + 3.2-BETA + provided + \ No newline at end of file