aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 9e5e4e6a..b765d962 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,6 +66,9 @@ dependencies {
// Mixin Extras (https://github.com/LlamaLad7/MixinExtras)
include implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}"))
+ // BetterInject (https://github.com/caoimhebyrne/BetterInject)
+ include implementation(annotationProcessor("com.github.cbyrneee:BetterInject:${project.betterinject_version}"))
+
// https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit used pull data from the NEU item repo
include implementation("org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r")