fix missing dependency

This commit is contained in:
CrazyDev22
2023-12-23 20:14:43 +01:00
parent dd5b9b2e81
commit 995d1495eb
2 changed files with 2 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ dependencies {
compileOnly 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT'
compileOnly 'org.apache.logging.log4j:log4j-api:2.19.0'
compileOnly 'org.apache.logging.log4j:log4j-core:2.19.0'
compileOnly 'commons-io:commons-io:2.13.0'
compileOnly 'commons-lang:commons-lang:2.6'
compileOnly 'com.github.oshi:oshi-core:5.8.5'