Upgrade to Kotlin 1.8.20
Closes gh-34879
This commit is contained in:
@@ -83,7 +83,7 @@ class KotlinPluginActionIntegrationTests {
|
||||
assertThat(configured).containsExactly("help");
|
||||
}
|
||||
else {
|
||||
assertThat(configured).containsExactlyInAnyOrder("help", "clean", "compileKotlin", "compileTestKotlin");
|
||||
assertThat(configured).containsExactlyInAnyOrder("help", "clean");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user