Skip to content

Commit

Permalink
Workaround for NeoGradle test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Jun 12, 2024
1 parent 32eef38 commit 68b361e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ base {
archivesName = "${mod_name}-NeoForge-${minecraft_version}"
}

// Temporary workaround for a NeoGradle bug
tasks.named("test").configure {
enabled = false
}

dependencies {
compileOnly(project(":common"))
implementation("net.neoforged:neoforge:${neoforge_version}")
Expand Down

0 comments on commit 68b361e

Please sign in to comment.