[Gradle] Set min version for source resolver test to Gradle 7.2
Earlier versions of gradle doesn't return capabilities in resolved artifact view. Therefore, it is not possible to match artifact by cooridnates + capabilities. ^KT-63226
This commit is contained in:
committed by
Space Team
parent
e2dafa2580
commit
1d4bca56b1
+1
@@ -392,6 +392,7 @@ class MppIdeDependencyResolutionIT : KGPBaseTest() {
|
||||
}
|
||||
}
|
||||
|
||||
@GradleTestVersions(minVersion = TestVersions.Gradle.G_7_2)
|
||||
@GradleTest
|
||||
fun `test resolve sources for dependency with multiple capabilities`(gradleVersion: GradleVersion) {
|
||||
project("kt-63226-multiple-capabilities", gradleVersion) {
|
||||
|
||||
Reference in New Issue
Block a user