Skip to content

Commit

Permalink
Fix reference to KMP issue in smoke test expectation (gradle#31521)
Browse files Browse the repository at this point in the history
  • Loading branch information
abstratt authored Dec 4, 2024
2 parents c2059a6 + a2a375e commit dc3a077
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class KotlinMultiplatformPluginSmokeTest extends AbstractKotlinPluginSmokeTest {
.expectDeprecationWarningIf(
GradleContextualExecuter.notConfigCache,
"Invocation of Task.project at execution time has been deprecated. This will fail with an error in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/${GradleVersion.current().version}/userguide/upgrading_version_7.html#task_project",
"https://youtrack.jetbrains.com/issue/KT-58374"
"https://youtrack.jetbrains.com/issue/KT-72694"
)
.build()
Expand Down

0 comments on commit dc3a077

Please sign in to comment.