Skip to content

Commit

Permalink
clean up gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Aug 3, 2024
1 parent bc3f5fa commit ba32eec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ neoForge {
systemProperty("neoforge.gameTestServer", "true")
systemProperty("neoforge.enabledGameTestNamespaces", modId)
systemProperty("lootjs.example_scripts", exampleScripts)
programArguments.addAll("--quickPlaySingleplayer", "New World")
}
create("client") {
client()
Expand All @@ -79,8 +78,6 @@ neoForge {
dependencies {
implementation("dev.latvian.mods:kubejs-neoforge:${kubejsVersion}")
testImplementation("dev.latvian.mods:kubejs-neoforge:${kubejsVersion}")

implementation("com.google.code.findbugs:jsr305:3.0.2")
}

tasks {
Expand Down

0 comments on commit ba32eec

Please sign in to comment.