Disable duplicate repo
This commit is contained in:
parent
779ef61b4f
commit
ff8f52720d
2
pom.xml
2
pom.xml
@ -84,11 +84,13 @@
|
|||||||
|
|
||||||
<!--This adds the Bukkit API artifact to the build -->
|
<!--This adds the Bukkit API artifact to the build -->
|
||||||
<!-- Do not include this in the pom.xml file if the Spigot API is already added -->
|
<!-- Do not include this in the pom.xml file if the Spigot API is already added -->
|
||||||
|
<!--
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>bukkit</artifactId>
|
||||||
<version>1.15.2-R0.1-SNAPSHOT</version>
|
<version>1.15.2-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user