[Gradle] [Test] Add Gradle 7.4.2 to test versions

This commit is contained in:
Anton Lakotka
2022-05-16 12:41:44 +02:00
committed by Space
parent 514fce427b
commit 399bd750c1
@@ -16,6 +16,7 @@ interface TestVersions {
const val G_7_1 = "7.1.1"
const val G_7_2 = "7.2"
const val G_7_3 = "7.3.3"
const val G_7_4 = "7.4.2"
const val MIN_SUPPORTED = minSupportedGradleVersion
const val MAX_SUPPORTED = G_7_0
}