From d0b232c17236aa55a315cb823b94df01483aa8a0 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Tue, 30 Jan 2018 16:14:05 +0300 Subject: [PATCH] Update readme part about dependencies --- ReadMe.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index e80aaf59391..784d1fe35b2 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -46,11 +46,7 @@ You also can use [Gradle properties](https://docs.gradle.org/current/userguide/b ## Building -To build this project, first time you try to build you need to run this: - - ant -f update_dependencies.xml - -which will setup the dependencies on +On the first project configuration gradle will download and setup the dependencies on * `intellij-core` is a part of command line compiler and contains only necessary APIs. * `idea-full` is a full blown IntelliJ IDEA Community Edition to be used in the plugin module. -- GitLab