Browse Source

Upgrade Dokka to 1.7

Closes gh-28641
pull/28715/head
Arjen Poutsma 4 years ago
parent
commit
dc4ae559c5
  1. 2
      build.gradle

2
build.gradle

@ -2,7 +2,7 @@ plugins { @@ -2,7 +2,7 @@ plugins {
id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false
id 'io.spring.nohttp' version '0.0.10'
id "io.freefair.aspectj" version '6.4.0' apply false
id 'org.jetbrains.dokka' version '1.6.10' apply false
id 'org.jetbrains.dokka' version '1.7.0' apply false
id 'org.jetbrains.kotlin.jvm' version '1.7.0' apply false
id "org.jetbrains.kotlin.plugin.serialization" version '1.7.0' apply false
id 'org.asciidoctor.jvm.convert' version '3.3.2'

Loading…
Cancel
Save