We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ba6e3 commit 024bbeeCopy full SHA for 024bbee
1 file changed
build.gradle
@@ -22,7 +22,7 @@ repositories {
22
}
23
24
dependencies {
25
-// include(implementation(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:${prop("base.mixin_squared")}")))
+ include(implementation(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:${prop("base.mixin_squared")}")))
26
27
28
String prop(String key) {
0 commit comments