diff options
author | inglettronald <71849533+inglettronald@users.noreply.github.com> | 2023-05-28 11:07:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 11:07:54 -0500 |
commit | 0a3acc81a05005696d0f6ba1e1bf2627195edea0 (patch) | |
tree | 92a1205b13eb11eea0b9b2551f4d00e612a88593 | |
parent | 3522547b73cfaeacd943781b3b26323eea27b989 (diff) | |
parent | 1a42eaccce3a78853962f504787eaa7f950a1aa3 (diff) | |
download | DulkirMod-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.kts | 2 |
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") |