Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Jun 15, 2024
1 parent b29d77b commit fe30e52
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ runs {
programArgument '--nogui'
}

gameTestServer {
systemProperty 'forge.enabledGameTestNamespaces', mod_id
}
// gameTestServer {
// systemProperty 'forge.enabledGameTestNamespaces', mod_id
// }

data {
// example of overriding the workingDirectory set in configureEach above, uncomment if you want to use it
Expand All @@ -113,6 +113,10 @@ repositories {
}
}

test {
enabled = false
}

configurations {
annotationProcessor.exclude group: "org.spongepowered", module: "mixin"
}
Expand Down

0 comments on commit fe30e52

Please sign in to comment.