Skip to content

Commit

Permalink
fix actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Mar 10, 2024
1 parent a3f328c commit d025fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ dependencies {

// MixinExtras
// keep until Fabric applies the annotation processor by default
annotationProcessor("io.github.llamalad7:mixinextras-fabric:$mixin_extras_version")
modApi("io.github.llamalad7:mixinextras-fabric:$mixin_extras_version")?.let { annotationProcessor(it) }

// Sodium
if (shouldRunSodium)
Expand Down

0 comments on commit d025fe0

Please sign in to comment.