[Gradle] Bump maximum supported Gradle version to 7.4 in tests

#KT-52625 In Progress
This commit is contained in:
Alexander Likhachev
2022-12-22 01:14:30 +01:00
committed by Space Team
parent 51b011706b
commit 08c8d3ec03
2 changed files with 2 additions and 2 deletions
@@ -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)
}