Skip to content

Commit b115789

Browse files
committed
Polishing
1 parent 9a93615 commit b115789

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

spring-core-coroutines/spring-core-coroutines.gradle

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ dependencies {
88
compile("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:${coroutinesVersion}")
99
}
1010

11-
eclipse.project {
12-
buildCommand "org.jetbrains.kotlin.ui.kotlinBuilder"
13-
buildCommand "org.eclipse.jdt.core.javabuilder"
14-
natures "org.jetbrains.kotlin.core.kotlinNature"
15-
natures "org.eclipse.jdt.core.javanature"
16-
linkedResource name: "kotlin_bin", type: "2", locationUri: "org.jetbrains.kotlin.core.filesystem:/" + project.name + "/kotlin_bin"
11+
eclipse {
12+
project {
13+
buildCommand "org.jetbrains.kotlin.ui.kotlinBuilder"
14+
buildCommand "org.eclipse.jdt.core.javabuilder"
15+
natures "org.jetbrains.kotlin.core.kotlinNature"
16+
natures "org.eclipse.jdt.core.javanature"
17+
linkedResource name: "kotlin_bin", type: "2", locationUri: "org.jetbrains.kotlin.core.filesystem:/" + project.name + "/kotlin_bin"
18+
}
19+
classpath {
20+
containers "org.jetbrains.kotlin.core.KOTLIN_CONTAINER"
21+
}
1722
}
18-
19-
eclipse.classpath.containers "org.jetbrains.kotlin.core.KOTLIN_CONTAINER"

0 commit comments

Comments
 (0)