Set default max Gradle version to '7.0'.
^KT-45744 In Progress
This commit is contained in:
committed by
TeamCityServer
parent
93230d72f5
commit
644882df61
+1
-1
@@ -109,7 +109,7 @@ abstract class KGPBaseTest {
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class GradleTestVersions(
|
||||
val minVersion: String = minSupportedGradleVersion,
|
||||
val maxVersion: String = "7.0-milestone-3",
|
||||
val maxVersion: String = "7.0",
|
||||
val additionalVersions: Array<String> = []
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user