Update Gradle version for tests to 6.8.1.

This commit is contained in:
Yahor Berdnikau
2021-02-04 14:54:57 +01:00
parent b262d09a81
commit 6d2465d00c
@@ -79,7 +79,7 @@ fun Test.includeNative(include: Boolean) {
}
fun Test.advanceGradleVersion() {
val gradleVersionForTests = "6.3"
val gradleVersionForTests = "6.8.1"
systemProperty("kotlin.gradle.version.for.tests", gradleVersionForTests)
}