diff options
| author | 2025-08-21 20:11:13 +0200 | |
|---|---|---|
| committer | 2025-08-21 19:11:13 +0100 | |
| commit | 6d43730a762ed4a54321d14c8a4b5c3af2b80e23 (patch) | |
| tree | 809b0e656bc28fb8997958ecca299b62c0bbf15f /build.gradle | |
| parent | Services rework (#554) (diff) | |
| download | enigma-6d43730a762ed4a54321d14c8a4b5c3af2b80e23.tar.gz enigma-6d43730a762ed4a54321d14c8a4b5c3af2b80e23.tar.xz enigma-6d43730a762ed4a54321d14c8a4b5c3af2b80e23.zip | |
Get rid of Guava (#555)
* Get rid of Guava
* Fix NPE
* Apply suggestions from review
* Checkstyle
* Add braces to precondition checks
* Forbid space
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 4453ab93..9f311844 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -17,7 +17,6 @@ subprojects { | |||
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | dependencies { | 19 | dependencies { |
| 20 | implementation 'com.google.guava:guava:32.1.2-jre' | ||
| 21 | implementation 'com.google.code.gson:gson:2.10.1' | 20 | implementation 'com.google.code.gson:gson:2.10.1' |
| 22 | implementation 'net.fabricmc:mapping-io:0.7.1' | 21 | implementation 'net.fabricmc:mapping-io:0.7.1' |
| 23 | 22 | ||