aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorMy-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>2021-09-09 22:15:33 -0400
committerMy-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>2021-09-09 22:15:33 -0400
commit6b70fb5c01c24caadca32845b9aec05a8b0bb55e (patch)
tree25e2348bddf0d0f8677cb9ff4ee407b6cad6fd07 /build.gradle.kts
parent60d8d54bb5d56fcce6bfc9a743f1fa952423f3c0 (diff)
downloadSkytilsMod-6b70fb5c01c24caadca32845b9aec05a8b0bb55e.tar.gz
SkytilsMod-6b70fb5c01c24caadca32845b9aec05a8b0bb55e.tar.bz2
SkytilsMod-6b70fb5c01c24caadca32845b9aec05a8b0bb55e.zip
i love the essential mod
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 660047ea..1ee50c8a 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -75,6 +75,8 @@ dependencies {
exclude(module = "asm")
exclude(module = "asm-commons")
exclude(module = "asm-tree")
+ exclude(module = "gson")
+ exclude(module = "guava")
}
shadowMe("org.apache.httpcomponents.client5:httpclient5:5.1")