Little circle CI fix
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ general:
|
|||||||
- "target/AuthMe-*.jar"
|
- "target/AuthMe-*.jar"
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- mvn clean install
|
- mvn clean install -B
|
||||||
|
|||||||
@@ -373,7 +373,7 @@
|
|||||||
<artifactId>ChestShop</artifactId>
|
<artifactId>ChestShop</artifactId>
|
||||||
<version>3.8.10</version>
|
<version>3.8.10</version>
|
||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${project.basedir}/libs/ChestShop.jar</systemPath>
|
<systemPath>${project.basedir}/dependencies/ChestShop.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user