Disable duplicate repo

This commit is contained in:
Bea 2022-05-31 20:04:52 +02:00
parent 779ef61b4f
commit ff8f52720d
1 changed files with 2 additions and 0 deletions

View File

@ -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>