Skip to content

Commit

Permalink
move workDir back (rdh will fix it apparently)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Nov 6, 2024
1 parent 3239ec2 commit cc33dc8
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.rootDir}/.gradle/smoke_test_instances",
"${project.layout.buildDirectory.get()}/smoke_test",
max(2, Runtime.getRuntime().availableProcessors() / 5),
TimeUnit.SECONDS.toNanos(60),
listOf(
Expand Down

0 comments on commit cc33dc8

Please sign in to comment.