We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3476242 commit b21ec41Copy full SHA for b21ec41
tests/codegen/smoke-tests/src/commonTest/kotlin/SmokeTestE2ETest.kt
@@ -61,7 +61,6 @@ private fun runSmokeTests(
61
// FIXME: Remove `-Paws.kotlin.native=false` when Kotlin Native is ready
62
.withArguments("-Paws.kotlin.native=false", ":tests:codegen:smoke-tests:services:$service:smokeTest")
63
.withEnvironment(envVars)
64
- .withGradleVersion("8.5")
65
66
val buildResult = if (expectingFailure) task.buildAndFail() else task.build()
67
0 commit comments