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")
|
||||
}
|
||||
dependencies {
|
||||
compile(kotlinModule("stdlib-jdk8", kotlin_version))
|
||||
compile(kotlinModule("stdlib-jre8", kotlin_version))
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user