Skip to content

Commit

Permalink
move workDir to .gradle so it can be cached
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Nov 6, 2024
1 parent 0b44c68 commit 3239ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ val smokeTest = tasks.register("smokeTest") {
"${project.rootDir}/.gradle/python/bin/portablemc",
compressJar.get().outputJar.asFile.get(),
"${project.rootDir}/.gradle/portablemc",
"${project.layout.buildDirectory.get()}/smoke_test",
"${project.rootDir}/.gradle/smoke_test_instances",
max(2, Runtime.getRuntime().availableProcessors() / 5),
TimeUnit.SECONDS.toNanos(60),
listOf(
Expand Down

0 comments on commit 3239ec2

Please sign in to comment.