From 9164f7d2cbf718b7b025b5d88498159390638427 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Thu, 5 Apr 2018 15:50:58 +0300 Subject: [PATCH] Remove explicit jar specification from ide modules build scripts They often change between ide versions and difficult to maintain Original commit: 7c02d55b23dd69882aa89b4dcb735092c014efba --- jps/jps-common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jps/jps-common/build.gradle.kts b/jps/jps-common/build.gradle.kts index 0503add5fff..c7ef0e7c73a 100644 --- a/jps/jps-common/build.gradle.kts +++ b/jps/jps-common/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { compile(project(":compiler:cli-common")) compile(project(":compiler:frontend.java")) compileOnly(intellijCoreDep()) { includeJars("intellij-core") } - compileOnly(intellijDep()) { includeJars("jdom", "util") } + compileOnly(intellijDep()) } sourceSets {