Bump max Gradle version to 7.5.1 in integration tests
#KT-52998 In Progress
This commit is contained in:
committed by
Space Team
parent
f90b447c7f
commit
822c12c892
@@ -135,7 +135,7 @@ fun Test.includeTestsWithPattern(include: Boolean, patterns: (MutableSet<String>
|
||||
}
|
||||
|
||||
fun Test.advanceGradleVersion() {
|
||||
val gradleVersionForTests = "7.4.2"
|
||||
val gradleVersionForTests = "7.5.1"
|
||||
systemProperty("kotlin.gradle.version.for.tests", gradleVersionForTests)
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ interface TestVersions {
|
||||
const val G_8_0 = "8.0-rc-1"
|
||||
const val MIN_SUPPORTED = minSupportedGradleVersion
|
||||
const val MIN_SUPPORTED_KPM = G_7_0
|
||||
const val MAX_SUPPORTED = G_7_4
|
||||
const val MAX_SUPPORTED = G_7_5
|
||||
}
|
||||
|
||||
object Kotlin {
|
||||
|
||||
Reference in New Issue
Block a user