From 01c5fa1f2ae738875436e6e7f2587075db37a095 Mon Sep 17 00:00:00 2001 From: nik Date: Wed, 4 Sep 2019 17:38:34 +0300 Subject: [PATCH] IntelliJ project configuration: add commons-cli as transitive dependency of gant-groovy library ...instead of adding it to individual modules which depend on gant-groovy library. This also includes commons-cli to dependencies of intellij.tools.jps.buildScriptDependencies module so we won't need to manually add it in setupBuildScriptsDeps.gradle. GitOrigin-RevId: cf583a4296e81d6c4a3b92677632391b7669a62a --- .idea/libraries/gant_groovy.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.idea/libraries/gant_groovy.xml b/.idea/libraries/gant_groovy.xml index 6bbdba4df2dd..e8b082631fd2 100644 --- a/.idea/libraries/gant_groovy.xml +++ b/.idea/libraries/gant_groovy.xml @@ -1,12 +1,19 @@ - + + + + + + + + \ No newline at end of file