GradleConfiguratorTest: fix configureJvmEAPWithBuildGradleKts test
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
testCompile("junit", "junit", "4.12")
|
||||
compile(kotlin("stdlib-jdk8"))
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
}
|
||||
|
||||
configure<JavaPluginConvention> {
|
||||
@@ -28,4 +28,4 @@ compileKotlin.kotlinOptions {
|
||||
val compileTestKotlin: KotlinCompile by tasks
|
||||
compileTestKotlin.kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user