diff options
author | Keuin <[email protected]> | 2020-12-29 13:56:57 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2020-12-29 13:56:57 +0800 |
commit | cf2f9b922360e630229e04262c05d8c91da6916d (patch) | |
tree | e964fc8a67d2dc861a59d39b00373f56b745e8f5 /build.gradle | |
parent | 6b22ae06457ec44ec22ea39582a02dd4168e397b (diff) |
Improved the disable of mongo driver spamming. Improve compatibility and reduce plugin size.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index e1e5c68..0a43752 100644 --- a/build.gradle +++ b/build.gradle @@ -14,14 +14,7 @@ dependencies { implementation 'junit:junit:4.12' implementation 'org.mongodb:mongo-java-driver:3.12.7' - implementation 'org.apache.logging.log4j:log4j-api:2.14.0' - implementation 'org.apache.logging.log4j:log4j-core:2.14.0' - implementation 'ch.qos.logback:logback-classic:1.2.3' - include 'org.mongodb:mongo-java-driver:3.12.7' - include 'org.apache.logging.log4j:log4j-api:2.14.0' - include 'org.apache.logging.log4j:log4j-core:2.14.0' - include 'ch.qos.logback:logback-classic:1.2.3' // To change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" |