aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-01-09 00:22:56 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-01-09 00:22:56 +0700
commite1b69a16c299b334725f036bb33faf4b30dafd81 (patch)
tree86aeace2351a3a76700779e67dc9ad02118b7c48 /build.gradle
parentddc94dc9388086657b889d8fd43a82bcadd82bbe (diff)
downloadChatting-e1b69a16c299b334725f036bb33faf4b30dafd81.tar.gz
Chatting-e1b69a16c299b334725f036bb33faf4b30dafd81.tar.bz2
Chatting-e1b69a16c299b334725f036bb33faf4b30dafd81.zip
update to mixin 0.8.5
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 73f57e2..d323b45 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,3 +1,4 @@
+//file:noinspection GradlePackageUpdate
plugins {
id "net.minecraftforge.gradle.forge" version "6f53277"
id "com.github.johnrengelman.shadow" version "6.1.0"
@@ -49,7 +50,10 @@ dependencies {
transitive = false
}
compileOnly 'gg.essential:essential-1.8.9-forge:1725'
- compileOnly annotationProcessor('org.spongepowered:mixin:0.7.11-SNAPSHOT')
+ compileOnly annotationProcessor ('org.spongepowered:mixin:0.8.5-SNAPSHOT')
+ annotationProcessor("com.google.code.gson:gson:2.2.4")
+ annotationProcessor("com.google.guava:guava:21.0")
+ annotationProcessor("org.ow2.asm:asm-tree:6.2")
}
/**