[Gradle] Apply gradle-warnings-detector to test projects
#KT-55972 In Progress
This commit is contained in:
committed by
Space Team
parent
7bcfa45c49
commit
dc24582a0b
+10
@@ -36,6 +36,7 @@ internal val DEFAULT_GROOVY_SETTINGS_FILE =
|
||||
id "org.jetbrains.kotlin.test.fixes.android" version "${'$'}test_fixes_version"
|
||||
id "org.jetbrains.kotlin.gradle-subplugin-example" version "${'$'}kotlin_version"
|
||||
id "org.jetbrains.kotlin.plugin.atomicfu" version "${'$'}kotlin_version"
|
||||
id "org.jetbrains.kotlin.test.gradle-warnings-detector" version "${'$'}test_fixes_version"
|
||||
}
|
||||
|
||||
resolutionStrategy {
|
||||
@@ -56,6 +57,10 @@ internal val DEFAULT_GROOVY_SETTINGS_FILE =
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("org.jetbrains.kotlin.test.gradle-warnings-detector")
|
||||
}
|
||||
""".trimIndent()
|
||||
|
||||
@Language("kts")
|
||||
@@ -90,6 +95,7 @@ internal val DEFAULT_KOTLIN_SETTINGS_FILE =
|
||||
id("org.jetbrains.kotlin.test.fixes.android") version test_fixes_version
|
||||
id("org.jetbrains.kotlin.gradle-subplugin-example") version kotlin_version
|
||||
id("org.jetbrains.kotlin.plugin.atomicfu") version kotlin_version
|
||||
id("org.jetbrains.kotlin.test.gradle-warnings-detector") version test_fixes_version
|
||||
}
|
||||
|
||||
resolutionStrategy {
|
||||
@@ -108,4 +114,8 @@ internal val DEFAULT_KOTLIN_SETTINGS_FILE =
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("org.jetbrains.kotlin.test.gradle-warnings-detector")
|
||||
}
|
||||
""".trimIndent()
|
||||
|
||||
Reference in New Issue
Block a user