@@ -5,7 +5,7 @@ plugins {
55}
66
77group ' xyz.theprogramsrc'
8- version ' 5.3.2 -SNAPSHOT'
8+ version ' 5.3.3 -SNAPSHOT'
99description ' The best way to create a plugin'
1010
1111repositories {
@@ -36,7 +36,7 @@ dependencies {
3636 implementation ' me.carleslc.Simple-YAML:Simple-Yaml:1.7.2'
3737 implementation ' com.zaxxer:HikariCP:3.3.1'
3838 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'
4040 compileOnly ' org.apache.logging.log4j:log4j-core:2.17.1'
4141 implementation ' net.lingala.zip4j:zip4j:2.9.1'
4242 compileOnly ' me.clip:placeholderapi:2.10.9'
@@ -82,7 +82,7 @@ shadowJar {
8282 archiveBaseName. set(' SuperCoreAPI' )
8383 archiveClassifier. set(' ' )
8484
85- relocate ' com.google' , ' xyz.theprogramsrc.supercoreapi.libs.google'
85+ relocate ' com.google.gson ' , ' xyz.theprogramsrc.supercoreapi.libs.google.gson '
8686 relocate ' org.apache.commons' , ' xyz.theprogramsrc.supercoreapi.libs.apache.commons'
8787 relocate ' com.cryptomorin.xseries' , ' xyz.theprogramsrc.supercoreapi.libs.xseries'
8888 relocate ' org.simpleyaml' , ' xyz.theprogramsrc.supercoreapi.libs.simpleyaml'
0 commit comments