Skip to content

Commit fa31868

Browse files
committed
Fix documented default value for workerIsolation property in README.adoc
1 parent fc96131 commit fa31868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator-gradle-plugin/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ file states is output.
462462

463463
|workerIsolation
464464
|String / Provider<String>
465-
|`process`
465+
|`classloader`
466466
a|Controls how the code-generation work action is isolated from the Gradle daemon.
467467

468468
`classloader` (default):: Runs generation inside the Gradle daemon JVM using a separate `ClassLoader`. Avoids the per-task JVM

0 commit comments

Comments
 (0)