diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-07-09 16:37:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 16:37:24 +0200 |
commit | fdf5eda3d22ef96f6760cdf80c2ca4d206dc396c (patch) | |
tree | 8d3e41b773e059850586de4dcaf2163de07e6c85 /docs | |
parent | 93da4776655e43915122a6bf3efcdc76b57be611 (diff) | |
download | dokka-fdf5eda3d22ef96f6760cdf80c2ca4d206dc396c.tar.gz dokka-fdf5eda3d22ef96f6760cdf80c2ca4d206dc396c.tar.bz2 dokka-fdf5eda3d22ef96f6760cdf80c2ca4d206dc396c.zip |
Add gradle version check (#2006)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/doc/docs/user_guide/gradle/usage.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/doc/docs/user_guide/gradle/usage.md b/docs/src/doc/docs/user_guide/gradle/usage.md index 05fd3c61..85e7d75f 100644 --- a/docs/src/doc/docs/user_guide/gradle/usage.md +++ b/docs/src/doc/docs/user_guide/gradle/usage.md @@ -4,6 +4,11 @@ If you are upgrading from 0.10.x to a current release of Dokka, please have a look at our [migration guide](https://github.com/Kotlin/dokka/blob/master/runners/gradle-plugin/MIGRATION.md) +### Supported versions +Dokka should work on gradle newer than 5.6 + +### Setup + The preferred way is to use `plugins` block. build.gradle.kts: |