From dd762a167d1652feb66000d72eee28f056a54985 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 3 Dec 2015 16:44:18 +0100 Subject: remove references to Ant from README --- README.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index b9e0eb12..ed2f8975 100644 --- a/README.md +++ b/README.md @@ -191,22 +191,5 @@ Basically, given the `documentation` as a model, we do this: ## Building Dokka -Build only dokka - -```bash -ant fatjar -``` - -Build dokka and maven plugin - -```bash -ant install-fj -cd maven-plugin -mvn install -``` - -Build dokka and install maven plugin (do not require maven installed) -```bash -ant build-and-install -``` - +Dokka is built with Gradle. To build it, use `./gradlew build`. +Alternatively, open the project directory in IntelliJ IDEA and use the IDE to build and run Dokka. -- cgit