Skip to content

Commit

Permalink
fix reactor#1264 Build failed because dokka plugin can't be found
Browse files Browse the repository at this point in the history
Fixed by upgrading dokka version
See Kotlin/dokka#146
  • Loading branch information
madgnome authored and simonbasle committed Jun 27, 2018
1 parent f32944f commit a8f8d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
plugins {
id 'org.asciidoctor.convert' version '1.5.6'
id "me.champeau.gradle.jmh" version "0.4.4" apply false
id "org.jetbrains.dokka" version "0.9.15"
id "org.jetbrains.dokka" version "0.9.16"
id "me.champeau.gradle.japicmp" version "0.2.6"
}

Expand Down

0 comments on commit a8f8d14

Please sign in to comment.