diff options
author | Keuin <[email protected]> | 2020-12-29 13:58:30 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2020-12-29 13:58:30 +0800 |
commit | aa90c4c8a2be23e890ce1cac4a5980dce5163c4a (patch) | |
tree | b913a42d5777e963757459ff3126ee142d96f090 /build.gradle | |
parent | b773bf20f143ecb31b3ea53aefd08d266707de5d (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}" |