[Gradle] Add Gradle 8.6-rc-2 version

^KT-62639 In Progress
This commit is contained in:
Yahor Berdnikau
2024-01-19 20:06:02 +01:00
committed by Space Team
parent a6b5fd1e54
commit 27dc0a55fd
@@ -29,6 +29,7 @@ interface TestVersions {
const val G_8_3 = "8.3"
const val G_8_4 = "8.4"
const val G_8_5 = "8.5"
const val G_8_6 = "8.6-rc-2"
const val MIN_SUPPORTED = minSupportedGradleVersion
const val MIN_SUPPORTED_KPM = G_7_0