ignore build/ and update bukkit pom.xml apparently

This commit is contained in:
dordsor21
2020-05-20 09:44:45 +01:00
parent 0160c2bb55
commit 525ba648ae
2 changed files with 7 additions and 0 deletions

View File

@ -59,6 +59,12 @@
<artifactId>Core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>