Skip to content

Commit

Permalink
Expose the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed May 26, 2024
1 parent 16d38de commit 8f06bda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ dependencies {
userdevCompileOnly jarJar("io.github.llamalad7:mixinextras-neoforge:${project.mixin_extras_version}"), {
jarJar.ranged(it, "[${project.mixin_extras_version},)")
}

userdevTestImplementation("net.neoforged.fancymodloader:junit-fml:${project.fancy_mod_loader_version}")
userdevTestImplementation(project(':testframework'))
}

runTypes {
Expand Down

0 comments on commit 8f06bda

Please sign in to comment.