Skip to content

Commit

Permalink
Fix: Depend on MixinExtras AP in test project.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Nov 27, 2023
1 parent d89dc45 commit c346e24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
transitive = false
}

development "io.github.llamalad7:mixinextras-fabric:0.3.0"
development "io.github.llamalad7:mixinextras-fabric:$mixin_extras_version"

testCompileOnly 'org.jetbrains:annotations:23.0.0'

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ url = https://github.com/FabricMC/fabric-loader

asm_version = 9.6
mixin_version = 0.12.5+mixin.0.8.5
mixin_extras_version = 0.3.0
1 change: 1 addition & 0 deletions minecraft/minecraft-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
exclude module: 'launchwrapper'
exclude module: 'guava'
}
annotationProcessor "io.github.llamalad7:mixinextras-fabric:$mixin_extras_version"

testImplementation project(":junit")
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
Expand Down

0 comments on commit c346e24

Please sign in to comment.