From 05be09c8390a82df97fe579896933f49c2be114d Mon Sep 17 00:00:00 2001 From: Kirill Shmakov Date: Mon, 4 Mar 2019 20:21:52 +0300 Subject: [PATCH] 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. --- build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index ec5a2d72e2d..21dab68d31c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,6 +35,8 @@ buildscript { classpath("org.jetbrains.kotlin.ultimate:buildSrc:1.0") } } + + project(":prepare:idea-plugin").evaluationDependsOn(":prepare") } plugins {