Skip to content

Commit

Permalink
Exclude transitive mixin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix-Starlight committed Dec 15, 2023
1 parent 07f9aa8 commit 72d99ff
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ dependencies {
}
}
implementation project(":annotations")
annotationProcessor project(":annotation-processor-unshadow")
annotationProcessor project(":annotation-processor-unshadow") {
exclude group: 'net.fabricmc', module: 'sponge-mixin'
}
}

project.sourceSets {
Expand Down

0 comments on commit 72d99ff

Please sign in to comment.