You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator-gradle-plugin/src/main/kotlin/org/openapitools/generator/gradle/plugin/tasks/GenerateTask.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1067,7 +1067,7 @@ abstract class GenerateTask : DefaultTask() {
1067
1067
val workQueue =when (isolation) {
1068
1068
"process"-> {
1069
1069
val heapMsg = maxWorkerHeapSize.orNull?.let { " (maxHeapSize=$it)" } ?:""
0 commit comments