Explicitly order projects for cidr plugin build
With additional module included, evaluation of :prepare:idea-plugin is requested prior to :prepare evaluation. See KOTLIN-CR-2775.
This commit is contained in:
@@ -35,6 +35,8 @@ buildscript {
|
||||
classpath("org.jetbrains.kotlin.ultimate:buildSrc:1.0")
|
||||
}
|
||||
}
|
||||
|
||||
project(":prepare:idea-plugin").evaluationDependsOn(":prepare")
|
||||
}
|
||||
|
||||
plugins {
|
||||
|
||||
Reference in New Issue
Block a user