File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ repositories {
2626 maven { url = ' https://hub.spigotmc.org/nexus/content/groups/public/' }
2727 maven { url = ' https://repo.papermc.io/repository/maven-public/' }
2828 maven { url = ' https://repo.codemc.org/repository/maven-public/' }
29+ maven { url = ' https://jitpack.io' }
2930}
3031
3132dependencies {
@@ -35,6 +36,9 @@ dependencies {
3536 compileOnly ' io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT'
3637 implementation ' org.bstats:bstats-bukkit-lite:1.8'
3738 implementation ' com.zaxxer:HikariCP:5.0.1'
39+ implementation ' com.github.DeadSilenceIV:AdvancedChestsAPI:3.2-BETA'
40+ implementation ' com.github.oshi:oshi-core:6.6.2'
41+ implementation ' org.apache.logging.log4j:log4j-core:2.23.1'
3842}
3943
4044jar {
@@ -54,6 +58,8 @@ shadowJar {
5458 exclude(dependency(' org.intellij:.*' ))
5559 exclude(dependency(' org.jetbrains:.*' ))
5660 exclude(dependency(' org.slf4j:.*' ))
61+ exclude(dependency(' org.apache.logging.log4j:.*' ))
62+ exclude(dependency(' net.java.dev.jna:.*' ))
5763 }
5864 archiveClassifier. set(null )
5965}
You can’t perform that action at this time.
0 commit comments