mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-14 22:56:27 +01:00
Fix Build
This commit is contained in:
parent
e5488a3d76
commit
ca7ed9519c
@ -11,7 +11,6 @@
|
||||
<properties>
|
||||
<maven.compiler.target>16</maven.compiler.target>
|
||||
<maven.compiler.source>16</maven.compiler.source>
|
||||
<maven.compiler.verbose>true</maven.compiler.verbose>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
@ -81,16 +80,11 @@
|
||||
<version>1.2.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>fr.minuskube.inv</groupId>-->
|
||||
<!-- <artifactId>smart-invs</artifactId>-->
|
||||
<!-- <version>1.2.7</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!-- 1.3.0 Branch commit 746622a67a -->
|
||||
<dependency>
|
||||
<groupId>fr.minuskube.inv</groupId>
|
||||
<artifactId>smart-invs</artifactId>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<groupId>com.github.MinusKube</groupId>
|
||||
<artifactId>SmartInvs</artifactId>
|
||||
<version>746622a67a</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Chests++ Language File (Version 2.5-Release)
|
||||
# Chests++ Language File (Version 2.5-Beta)
|
||||
# NOTE: This file gets replaced when the plugin launches! If you want to make modifications create a copy first!
|
||||
# To create a new language file simply create a copy of this file and rename it to your desired choice for example 'en_US.properties'
|
||||
# It should be located in the 'lang' folder
|
||||
|
Loading…
Reference in New Issue
Block a user