Remove broken systemPath GameAPI dependency; force snapshot updates in CI
Build / build (push) Failing after 28s

This commit is contained in:
Laura
2026-08-09 17:15:06 +02:00
parent dee2608c0a
commit 979dde894e
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
- name: Build with Maven
run: mvn -B package
run: mvn -B -U package
env:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
-2
View File
@@ -92,8 +92,6 @@
<groupId>com.softwarerat</groupId>
<artifactId>GameAPI</artifactId>
<version>1.6.4-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/GameAPI-1.6.4-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>