0

Added missing Log4j dependency.

This commit was merged in pull request #8.
This commit is contained in:
Logan Fick
2019-02-08 09:30:00 -05:00
parent bdd8ee8233
commit 335a5b57d3

View File

@@ -22,6 +22,8 @@ dependencies {
implementation "com.github.RedstonerServer:CommandManager:master-SNAPSHOT"
implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT"
implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT"
compile group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.11.1'
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
}