diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-12-03 16:44:18 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-12-03 16:44:18 +0100 |
commit | dd762a167d1652feb66000d72eee28f056a54985 (patch) | |
tree | 9042f82f6d708ea4c664c5d78ead717249684115 /README.md | |
parent | 39631054c58df5841ea268b7002b820ec55f6e0a (diff) | |
download | dokka-dd762a167d1652feb66000d72eee28f056a54985.tar.gz dokka-dd762a167d1652feb66000d72eee28f056a54985.tar.bz2 dokka-dd762a167d1652feb66000d72eee28f056a54985.zip |
remove references to Ant from README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 2 insertions, 19 deletions
@@ -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. |