Browse Source

Upgrade max Gradle version for tests to 6.8.3 (#437)

pull/443/head
Alexey Tsvetkov 3 years ago committed by GitHub
parent
commit
32935c19a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      gradle-plugins/compose/build.gradle.kts

2
gradle-plugins/compose/build.gradle.kts

@ -60,7 +60,7 @@ val jar = tasks.named<Jar>("jar") {
// __SUPPORTED_GRADLE_VERSIONS__
val minGradleVersionForTests = "6.4"
val maxGradleVersionForTests = "6.7"
val maxGradleVersionForTests = "6.8.3"
val javaHomeForTests: String? = when {
JavaVersion.current() >= JavaVersion.VERSION_14 -> System.getProperty("java.home")
else -> System.getenv("JDK_14")

Loading…
Cancel
Save