Skip to content

Commit

Permalink
chore: make all modules not JiJ mixinextras
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Jul 9, 2024
1 parent 73d38aa commit 4799ded
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ String versionNumber = providers.provider {
}.get()

dependencies {
if (mixin_extras_version != "none")
include("io.github.llamalad7:mixinextras-fabric:${mixin_extras_version}")

subprojects.forEach {
api(include(project(path: ":$it.name", configuration: "namedElements")))
}
Expand Down Expand Up @@ -114,7 +117,7 @@ allprojects {
implementation("com.google.code.findbugs:jsr305:3.0.2")

if (mixin_extras_version != "none")
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${mixin_extras_version}")))
implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${mixin_extras_version}"))
}

loom {
Expand Down

0 comments on commit 4799ded

Please sign in to comment.