@@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group ' xyz.theprogramsrc'
8
- version ' 5.3.2 -SNAPSHOT'
8
+ version ' 5.3.3 -SNAPSHOT'
9
9
description ' The best way to create a plugin'
10
10
11
11
repositories {
@@ -36,7 +36,7 @@ dependencies {
36
36
implementation ' me.carleslc.Simple-YAML:Simple-Yaml:1.7.2'
37
37
implementation ' com.zaxxer:HikariCP:3.3.1'
38
38
compileOnly ' org.xerial:sqlite-jdbc:3.36.0.2'
39
- implementation ' org.apache.logging.log4j:log4j-api:2.17.1'
39
+ compileOnly ' org.apache.logging.log4j:log4j-api:2.17.1'
40
40
compileOnly ' org.apache.logging.log4j:log4j-core:2.17.1'
41
41
implementation ' net.lingala.zip4j:zip4j:2.9.1'
42
42
compileOnly ' me.clip:placeholderapi:2.10.9'
@@ -82,7 +82,7 @@ shadowJar {
82
82
archiveBaseName. set(' SuperCoreAPI' )
83
83
archiveClassifier. set(' ' )
84
84
85
- relocate ' com.google' , ' xyz.theprogramsrc.supercoreapi.libs.google'
85
+ relocate ' com.google.gson ' , ' xyz.theprogramsrc.supercoreapi.libs.google.gson '
86
86
relocate ' org.apache.commons' , ' xyz.theprogramsrc.supercoreapi.libs.apache.commons'
87
87
relocate ' com.cryptomorin.xseries' , ' xyz.theprogramsrc.supercoreapi.libs.xseries'
88
88
relocate ' org.simpleyaml' , ' xyz.theprogramsrc.supercoreapi.libs.simpleyaml'
0 commit comments