Little circle CI fix
This commit is contained in:
parent
c54ee31c9c
commit
0248700a99
@ -6,4 +6,4 @@ general:
|
|||||||
- "target/AuthMe-*.jar"
|
- "target/AuthMe-*.jar"
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- mvn clean install
|
- mvn clean install -B
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user