Skip to content

Commit

Permalink
[build] Reactivate Dokka in JDK9, bumping to 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Jul 9, 2018
1 parent d284f9f commit 2b4bf5e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions 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 Expand Up @@ -398,8 +398,7 @@ project('reactor-core') {
archives sourcesJar
archives javadocJar
archives docsZip
if (!JavaVersion.current().isJava9Compatible())
archives kdocZip
archives kdocZip
}

jacocoTestReport.dependsOn test
Expand Down Expand Up @@ -514,8 +513,7 @@ project('reactor-test') {
}

artifacts {
if (!JavaVersion.current().isJava9Compatible())
archives kdocZip
archives kdocZip
}

jar.finalizedBy(japicmp)
Expand Down

0 comments on commit 2b4bf5e

Please sign in to comment.