05d6217f78
When 6.5.1 Gradle version was added, more tests have began to fail because of legacy gradle-plugin versions (1.1., 1.2.) which are not compatible with the new version of Gradle. This commit updates the used version of the Gradle plugin to the latest stable (1.3.72) and makes it configurable from tests.
4 lines
66 B
Kotlin
Vendored
4 lines
66 B
Kotlin
Vendored
plugins {
|
|
kotlin("jvm") version "{{kotlin_plugin_version}}"
|
|
}
|