Skip to content

Commit

Permalink
Update MixinExtras to v0.2.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Jul 5, 2023
1 parent 4ba09f0 commit 45facb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ dependencies {
include "com.github.Fallen-Breath:conditional-mixin:${project.conditionalmixin_version}"
modImplementation "com.github.Fallen-Breath:conditional-mixin:${project.conditionalmixin_version}"

include "com.github.LlamaLad7:MixinExtras:${project.mixinextras_version}"
implementation("com.github.LlamaLad7:MixinExtras:${project.mixinextras_version}")
annotationProcessor("com.github.LlamaLad7:MixinExtras:${project.mixinextras_version}")
include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixinextras_version}")))
}

processResources {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ archives_base_name = carpet-fixes
# https://github.com/Fallen-Breath/conditional-mixin
conditionalmixin_version = v0.3.1
# https://github.com/LlamaLad7/MixinExtras
mixinextras_version = 0.0.6
mixinextras_version = 0.2.0-beta.9

0 comments on commit 45facb0

Please sign in to comment.