Skip to content

Commit

Permalink
Attempt at fixing build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Jul 30, 2021
1 parent b94cab7 commit 65b5192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ minecraft {

dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
annotationProcessor 'org.spongepowered:mixin:0.8.2:processor'
compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}:api")
runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")
compile fg.deobf("mcp.mobius.waila:Hwyla:${hwyla_version}")
Expand Down

0 comments on commit 65b5192

Please sign in to comment.