We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcb6c3 commit 63542a1Copy full SHA for 63542a1
1 file changed
src/main/kotlin/io/openapiprocessor/gradle/OpenApiProcessorWorker.kt
@@ -120,7 +120,7 @@ abstract class OpenApiProcessorWorker: WorkAction<OpenApiProcessorWorkParameters
120
121
companion object {
122
private fun waitForLogging () {
123
- // without waiting gradle does not reliably log a processor error/exception.
+ // without waiting, gradle does not reliably log a processor error/exception.
124
try {
125
Thread.sleep (1000)
126
} catch (e: InterruptedException) {
0 commit comments