Browse Source

Upgrade to Dokka 1.6.10

Closes gh-28040
pull/28119/head
Sébastien Deleuze 4 years ago
parent
commit
eca755ec88
  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.2.0' apply false
id 'org.jetbrains.dokka' version '1.5.0' apply false
id 'org.jetbrains.dokka' version '1.6.10' apply false
id 'org.jetbrains.kotlin.jvm' version '1.5.32' apply false
id "org.jetbrains.kotlin.plugin.serialization" version "1.5.32" apply false
id 'org.asciidoctor.jvm.convert' version '3.3.2'

Loading…
Cancel
Save