Skip to content

Commit

Permalink
add runActive task
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed May 11, 2024
1 parent cc9e886 commit be700cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ loom {
ideConfigGenerated(true)
runDir("../../run")
}

rootProject.tasks.register("runActive") {
group = "mod"

dependsOn(tasks.named("runClient"))
}
}

mixin { useLegacyMixinAp = false }
Expand Down

0 comments on commit be700cd

Please sign in to comment.