summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
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 58cb0bad..b89f1b59 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,6 +17,9 @@ subprojects {
17 dependencies { 17 dependencies {
18 implementation 'com.google.guava:guava:32.1.2-jre' 18 implementation 'com.google.guava:guava:32.1.2-jre'
19 implementation 'com.google.code.gson:gson:2.10.1' 19 implementation 'com.google.code.gson:gson:2.10.1'
20 implementation 'net.fabricmc:mapping-io:0.5.0'
21
22 compileOnly 'org.jetbrains:annotations:24.0.1'
20 23
21 testImplementation 'junit:junit:4.13.2' 24 testImplementation 'junit:junit:4.13.2'
22 testImplementation 'org.hamcrest:hamcrest:2.2' 25 testImplementation 'org.hamcrest:hamcrest:2.2'