Skip to content

Commit

Permalink
Merge pull request #44251 from chengehe/patch-1
Browse files Browse the repository at this point in the history
chore: add missing backtick
  • Loading branch information
geoand authored Nov 1, 2024
2 parents 5c2ff3f + 87a8666 commit 37873c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ WorkQueue workQueue(Map<String, String> configMap, List<Action<? super JavaForkO
WorkerExecutor workerExecutor = getWorkerExecutor();

// Use process isolation by default, unless Gradle's started with its debugging system property or the
// system property `quarkus.gradle-worker.no-process is set to `true`.
// system property `quarkus.gradle-worker.no-process` is set to `true`.
if (Boolean.getBoolean("org.gradle.debug") || Boolean.getBoolean("quarkus.gradle-worker.no-process")) {
return workerExecutor.classLoaderIsolation();
}
Expand Down

0 comments on commit 37873c4

Please sign in to comment.