Update readme part about dependencies

This commit is contained in:
Vyacheslav Gerasimov
2018-01-30 16:14:05 +03:00
parent 68b5dc756c
commit d0b232c172
+1 -5
View File
@@ -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.