summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorKeuin <[email protected]>2020-12-24 00:09:03 +0800
committerKeuin <[email protected]>2020-12-24 00:09:03 +0800
commitf2730853bd6ca7cd96033b94909614e27fcdcab2 (patch)
tree43e25fdffb80499988178442ca43ebf57df818e5 /build.gradle
parent18519c14332c75b365be6f46ee7b3dd2b23b2f08 (diff)
Nearly finished (but the db updating still fails)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 62083f9..2cb4da5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,6 +11,9 @@ version = project.mod_version
group = project.maven_group
dependencies {
+
+ compile 'org.mongodb:mongo-java-driver:3.12.7'
+
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"