Skip to content

Commit fffd602

Browse files
mvicsokolovawoainikk
authored andcommitted
Apply "configure-compilation-conventions" script earlier (#3488)
1 parent f578022 commit fffd602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ def configureKotlinJvmPlatform(configuration) {
8989
configuration.attributes.attribute(KotlinPlatformType.attribute, KotlinPlatformType.jvm)
9090
}
9191

92+
// Configure subprojects with Kotlin sources
93+
apply plugin: "configure-compilation-conventions"
94+
9295
allprojects {
9396
// the only place where HostManager could be instantiated
9497
project.ext.hostManager = new HostManager()
@@ -187,9 +190,6 @@ configure(subprojects.findAll { !sourceless.contains(it.name) && it.name != core
187190

188191
apply plugin: "bom-conventions"
189192

190-
// Configure subprojects with Kotlin sources
191-
apply plugin: "configure-compilation-conventions"
192-
193193
if (build_snapshot_train) {
194194
println "Hacking test tasks, removing stress and flaky tests"
195195
allprojects {

0 commit comments

Comments
 (0)