Build: resolve :idea project resources lazily in ultimate plugin
to avoid using `evaluationDependsOn`
This commit is contained in:
@@ -7,10 +7,7 @@ plugins {
|
|||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
}
|
}
|
||||||
|
|
||||||
val ideaProjectResources = project(":idea").mainSourceSet.output.resourcesDir
|
val ideaProjectResources = provider { project(":idea").mainSourceSet.output.resourcesDir }
|
||||||
|
|
||||||
evaluationDependsOn(":prepare:idea-plugin")
|
|
||||||
|
|
||||||
val intellijUltimateEnabled : Boolean by rootProject.extra
|
val intellijUltimateEnabled : Boolean by rootProject.extra
|
||||||
|
|
||||||
val springClasspath by configurations.creating
|
val springClasspath by configurations.creating
|
||||||
|
|||||||
Reference in New Issue
Block a user