Bump Gradle 8 version in tests to 8.0-rc1

This commit is contained in:
Yahor Berdnikau
2023-01-11 15:00:42 +01:00
committed by Space Team
parent 539f1b32a6
commit fde17e60d3
@@ -22,7 +22,7 @@ interface TestVersions {
const val G_7_6 = "7.6"
// https://gradle.org/nightly/
// Retention policy is 3 months
const val G_8_0 = "8.0-20221126231700+0000"
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