Skip to content

Commit

Permalink
Don't specify gradle version in smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Dec 1, 2024
1 parent 3476242 commit b21ec41
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ private fun runSmokeTests(
// FIXME: Remove `-Paws.kotlin.native=false` when Kotlin Native is ready
.withArguments("-Paws.kotlin.native=false", ":tests:codegen:smoke-tests:services:$service:smokeTest")
.withEnvironment(envVars)
.withGradleVersion("8.5")

val buildResult = if (expectingFailure) task.buildAndFail() else task.build()

Expand Down

0 comments on commit b21ec41

Please sign in to comment.