summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2019-02-08 09:30:00 -0500
committerLogan Fick <logaldeveloper@protonmail.com>2019-02-08 09:30:00 -0500
commit335a5b57d322a0a9e3b43729e240206af05c09bb (patch)
tree91e371e3faacfb63c81679ce254977a6ce8007e7
parentbdd8ee823396e1aab0a2c864d9d80853f7a16cbd (diff)
Added missing Log4j dependency.
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index bd7d0bb..bc4ba04 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'
}