summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorKeuin <[email protected]>2020-12-24 20:31:22 +0800
committerKeuin <[email protected]>2020-12-24 20:31:22 +0800
commit87d1c3b5ed3cc8b51685e9c979b05b43c053c69f (patch)
tree56e9fe853caa48055224aff65917a4a0977b1cad /build.gradle
parentf2730853bd6ca7cd96033b94909614e27fcdcab2 (diff)
Maybe it works. Save in case.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2cb4da5..adcfe23 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,8 @@ group = project.maven_group
dependencies {
- compile 'org.mongodb:mongo-java-driver:3.12.7'
+ implementation 'junit:junit:4.12'
+ 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}"