Trying again...

It seems we need to use the 0.18.0-SNAPSHOT, because Jenkins didn't build 0.18.0 and switched to 0.19.0-SNAPSHOT instead....
This commit is contained in:
Florian CUNY 2018-12-22 20:34:23 +01:00
parent 926e2cfcfb
commit 9ac2acf990

View File

@ -91,7 +91,7 @@
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>0.18.0</version>
<version>0.18.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>