Remove broken systemPath GameAPI dependency; force snapshot updates in CI
Build / build (push) Failing after 28s
Build / build (push) Failing after 28s
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package
|
run: mvn -B -U package
|
||||||
env:
|
env:
|
||||||
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
@@ -92,8 +92,6 @@
|
|||||||
<groupId>com.softwarerat</groupId>
|
<groupId>com.softwarerat</groupId>
|
||||||
<artifactId>GameAPI</artifactId>
|
<artifactId>GameAPI</artifactId>
|
||||||
<version>1.6.4-SNAPSHOT</version>
|
<version>1.6.4-SNAPSHOT</version>
|
||||||
<scope>system</scope>
|
|
||||||
<systemPath>${project.basedir}/GameAPI-1.6.4-SNAPSHOT.jar</systemPath>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains</groupId>
|
<groupId>org.jetbrains</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user