[Gradle IT] Removed old configuration for K/N IT
#KT-51553 Fixed
This commit is contained in:
committed by
Space Team
parent
ad6680d128
commit
9bda7571fd
@@ -183,22 +183,6 @@ projectTest(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (splitGradleIntegrationTestTasks) {
|
if (splitGradleIntegrationTestTasks) {
|
||||||
projectTest(
|
|
||||||
"testNative",
|
|
||||||
shortenTempRootName = shortenTempRootName,
|
|
||||||
jUnitMode = JUnitMode.JUnit5
|
|
||||||
) {
|
|
||||||
includeNative(true)
|
|
||||||
}
|
|
||||||
|
|
||||||
projectTest(
|
|
||||||
"testAdvanceGradleVersionNative",
|
|
||||||
shortenTempRootName = shortenTempRootName,
|
|
||||||
jUnitMode = JUnitMode.JUnit5
|
|
||||||
) {
|
|
||||||
advanceGradleVersion()
|
|
||||||
includeNative(true)
|
|
||||||
}
|
|
||||||
|
|
||||||
projectTest(
|
projectTest(
|
||||||
"testMppAndAndroid",
|
"testMppAndAndroid",
|
||||||
@@ -320,8 +304,6 @@ tasks.named<Task>("check") {
|
|||||||
if (splitGradleIntegrationTestTasks) {
|
if (splitGradleIntegrationTestTasks) {
|
||||||
dependsOn("testAdvanceGradleVersionMppAndAndroid")
|
dependsOn("testAdvanceGradleVersionMppAndAndroid")
|
||||||
dependsOn("testMppAndAndroid")
|
dependsOn("testMppAndAndroid")
|
||||||
dependsOn("testNative")
|
|
||||||
dependsOn("testAdvanceGradleVersionNative")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user