diff options
| author | 2023-11-28 09:00:33 +0000 | |
|---|---|---|
| committer | 2023-11-28 09:00:33 +0000 | |
| commit | 7622b753d2a99bd8f2bbb4568fd84ca9458ffba5 (patch) | |
| tree | e3a5a6d2006787f2668e47bca34fb46beb40250c /build.gradle | |
| parent | Update deps (#535) (diff) | |
| parent | Merge branch 'upstream' into mapping-io (diff) | |
| download | enigma-7622b753d2a99bd8f2bbb4568fd84ca9458ffba5.tar.gz enigma-7622b753d2a99bd8f2bbb4568fd84ca9458ffba5.tar.xz enigma-7622b753d2a99bd8f2bbb4568fd84ca9458ffba5.zip | |
Merge pull request #463 from NebelNidas/mapping-io
Initial Mapping-IO support
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 3 |
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' |