aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoringlettronald <71849533+inglettronald@users.noreply.github.com>2023-05-28 11:07:54 -0500
committerGitHub <noreply@github.com>2023-05-28 11:07:54 -0500
commit0a3acc81a05005696d0f6ba1e1bf2627195edea0 (patch)
tree92a1205b13eb11eea0b9b2551f4d00e612a88593
parent3522547b73cfaeacd943781b3b26323eea27b989 (diff)
parent1a42eaccce3a78853962f504787eaa7f950a1aa3 (diff)
downloadDulkirMod-0a3acc81a05005696d0f6ba1e1bf2627195edea0.tar.gz
DulkirMod-0a3acc81a05005696d0f6ba1e1bf2627195edea0.tar.bz2
DulkirMod-0a3acc81a05005696d0f6ba1e1bf2627195edea0.zip
Merge pull request #17 from My-Name-Is-Jeff/patch-1
I think fix build
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index cef8a7a..39f80ce 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
shadowImpl("org.spongepowered:mixin:0.7.11-SNAPSHOT") {
isTransitive = false
}
- annotationProcessor("org.spongepowered:mixin:0.8.5-SNAPSHOT")
+ annotationProcessor("org.spongepowered:mixin:0.8.5-SNAPSHOT:processor")
// If you don't want to log in with your real minecraft account, remove this line
runtimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0")