Fix GradleConfiguratorTest: jre8 is expected for 1.1.2 version
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ class GradleConfiguratorTest : GradleImportingTestCase() {
|
|||||||
plugin("kotlin")
|
plugin("kotlin")
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(kotlinModule("stdlib-jdk8", kotlin_version))
|
compile(kotlinModule("stdlib-jre8", kotlin_version))
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
Reference in New Issue
Block a user