diff options
| author | 2023-11-16 13:51:03 +0100 | |
|---|---|---|
| committer | 2023-11-16 13:51:03 +0100 | |
| commit | 423f5cf98c6d419942301cca0c7c8169db8d4b30 (patch) | |
| tree | a7cd6a6ab02f929e8e07930dabe130e6202dfdf7 /build.gradle | |
| parent | Allow XSRG and CSRG to be imported (diff) | |
| download | enigma-423f5cf98c6d419942301cca0c7c8169db8d4b30.tar.gz enigma-423f5cf98c6d419942301cca0c7c8169db8d4b30.tar.xz enigma-423f5cf98c6d419942301cca0c7c8169db8d4b30.zip | |
Fix importing mappings without field source descriptors
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 3b90781a..8cbe0cd6 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -19,8 +19,9 @@ subprojects { | |||
| 19 | dependencies { | 19 | dependencies { |
| 20 | implementation 'com.google.guava:guava:30.1.1-jre' | 20 | implementation 'com.google.guava:guava:30.1.1-jre' |
| 21 | implementation 'com.google.code.gson:gson:2.8.7' | 21 | implementation 'com.google.code.gson:gson:2.8.7' |
| 22 | |||
| 23 | implementation 'net.fabricmc:mapping-io:0.5.0' | 22 | implementation 'net.fabricmc:mapping-io:0.5.0' |
| 23 | |||
| 24 | compileOnly 'org.jetbrains:annotations:24.0.1' | ||
| 24 | 25 | ||
| 25 | testImplementation 'junit:junit:4.13.2' | 26 | testImplementation 'junit:junit:4.13.2' |
| 26 | testImplementation 'org.hamcrest:hamcrest:2.2' | 27 | testImplementation 'org.hamcrest:hamcrest:2.2' |