We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6a2a2 commit 7ebfef1Copy full SHA for 7ebfef1
1 file changed
build.gradle.kts
@@ -470,7 +470,7 @@ fun String?.orDefault(default: String): String = this ?: default
470
* @param enableCoverage flag to enable/disable coverage computation
471
*/
472
val headless by intellijPlatformTesting.runIde.registering {
473
- if (hasGrazieAccess == null){
+ if (hasGrazieAccess == null) {
474
println("ERROR: Grazie access not found, skipping headless test generation")
475
return@registering
476
}
0 commit comments