This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new f6bf043 Downgrade dokka back to 0.9.17 due to this bug:
https://github.com/Kotlin/dokka/issues/462
f6bf043 is described below
commit f6bf0438955b8e45824ee90a815730a95bfee08d
Author: Antoine Toulme <[email protected]>
AuthorDate: Thu May 9 08:03:38 2019 -0700
Downgrade dokka back to 0.9.17 due to this bug:
https://github.com/Kotlin/dokka/issues/462
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index b6190dd..9a53445 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ plugins {
id 'com.github.hierynomus.license' version '0.15.0'
id 'org.gradle.crypto.checksum' version '1.1.0'
id 'org.jetbrains.kotlin.jvm' version '1.3.20'
- id 'org.jetbrains.dokka' version '0.9.18'
+ id 'org.jetbrains.dokka' version '0.9.17'
id 'maven-publish'
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]