NOTIK Downgrade Dokka back to 0.9.17 due to failing docs_builder

NOTIK Downgrade Dokka back to 0.9.17 due to failing docs_builder
This commit is contained in:
Jonathan Locke 2019-09-19 20:34:29 +01:00 committed by GitHub
commit d5d313148d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ buildscript {
ext.h2_version = '1.4.199' // Update docs if renamed or removed.
ext.postgresql_version = '42.2.5'
ext.rxjava_version = '1.3.8'
ext.dokka_version = '0.9.18'
ext.dokka_version = '0.9.17'
ext.eddsa_version = '0.2.0'
ext.dependency_checker_version = '5.2.0'
ext.commons_collections_version = '4.3'