Skip to content

Commit

Permalink
Re-enable daemon + remove outdated task dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 24, 2023
1 parent 615297b commit 0644292
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@ test {
]
}

tasks.named('test').configure {
it.inputs.file(tasks.named('writeMinecraftClasspath').map { it.outputs.files.singleFile })
}

dependencies {
buildtoolsImplementation 'de.siegmar:fastcsv:2.1.0'
buildtoolsImplementation 'com.google.code.gson:gson:2.8.9'
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ ffmpeg_version=6.0-1.5.9
#########################################################
# Gradle #
#########################################################
# Various tasks like runData will fail when run as daemon
org.gradle.daemon=false

# Temp fix for Spotless / Remove Unused Imports:
# https://github.com/diffplug/spotless/issues/834
Expand Down

0 comments on commit 0644292

Please sign in to comment.