Browse Source

Heh, helps if you compile with the proper bukkit version

TheYeti 13 năm trước cách đây
mục cha
commit
58b302fd7e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.bukkit</groupId>
             <artifactId>bukkit</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>1.0.1-R2-SNAPSHOT</version>
             <type>jar</type>
             <scope>compile</scope>
         </dependency>