[Gradle] Mark one more warnings suppression as a workaround for KT-55751
This commit is contained in:
+6
-10
@@ -261,18 +261,14 @@ class HierarchicalMppIT : KGPBaseTest() {
|
|||||||
|
|
||||||
@GradleTest
|
@GradleTest
|
||||||
@DisplayName("KT-48370: Multiplatform Gradle build fails for Native targets with \"we cannot choose between the following variants of project\"")
|
@DisplayName("KT-48370: Multiplatform Gradle build fails for Native targets with \"we cannot choose between the following variants of project\"")
|
||||||
fun testMultiModulesHmppKt48370(gradleVersion: GradleVersion) = with(
|
fun testMultiModulesHmppKt48370(gradleVersion: GradleVersion) {
|
||||||
project(
|
project(
|
||||||
projectName = "hierarchical-mpp-multi-modules",
|
"hierarchical-mpp-multi-modules", gradleVersion, buildOptions = defaultBuildOptions.copy(
|
||||||
gradleVersion = gradleVersion,
|
warningMode = WarningMode.All // Workaround for KT-55751
|
||||||
buildOptions = defaultBuildOptions.copy(
|
|
||||||
warningMode = WarningMode.Summary
|
|
||||||
)
|
)
|
||||||
)
|
) {
|
||||||
) {
|
build("assemble")
|
||||||
build(
|
}
|
||||||
"assemble",
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GradleTest
|
@GradleTest
|
||||||
|
|||||||
Reference in New Issue
Block a user