[Gradle] Bump maximum supported Gradle version to 7.4 in tests
#KT-52625 In Progress
This commit is contained in:
committed by
Space Team
parent
51b011706b
commit
08c8d3ec03
@@ -135,7 +135,7 @@ fun Test.includeTestsWithPattern(include: Boolean, patterns: (MutableSet<String>
|
||||
}
|
||||
|
||||
fun Test.advanceGradleVersion() {
|
||||
val gradleVersionForTests = "7.3.3"
|
||||
val gradleVersionForTests = "7.4.2"
|
||||
systemProperty("kotlin.gradle.version.for.tests", gradleVersionForTests)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user