Compare commits

...

2 Commits
5.5.0 ... 5.5.1

Author SHA1 Message Date
Auxilor
5d553d725c Updated to 5.5.1 2021-06-20 16:42:25 +01:00
Auxilor
a3be846083 Removed gson implementation 2021-06-20 16:42:15 +01:00
3 changed files with 2 additions and 3 deletions

View File

@@ -76,7 +76,6 @@ allprojects {
shadowJar {
relocate('org.bstats.bukkit', 'com.willfp.eco.shaded.bstats')
relocate('org.apache.maven', 'com.willfp.eco.shaded.maven')
relocate('com.google.gson', 'com.willfp.eco.shaded.gson')
}
jar {

View File

@@ -4,7 +4,7 @@ version rootProject.version
dependencies {
implementation 'org.apache.maven:maven-artifact:3.0.3'
implementation 'org.bstats:bstats-bukkit:1.7'
implementation 'com.google.code.gson:gson:2.8.7'
compileOnly 'com.google.code.gson:gson:2.8.7'
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
compileOnly project(":eco-core:core-proxy")
compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT'

View File

@@ -1,2 +1,2 @@
version = 5.5.0
version = 5.5.1
plugin-name = eco