Browse Source

Upgrade to Dokka 1.7.20

See gh-29308
pull/29313/head
Johnny Lim 2 years ago committed by Stephane Nicoll
parent
commit
8d3a1b4c9c
  1. 2
      build.gradle

2
build.gradle

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
plugins {
id 'io.spring.nohttp' version '0.0.10'
id 'io.freefair.aspectj' version '6.5.0.3' apply false
id 'org.jetbrains.dokka' version '1.7.10' apply false
id 'org.jetbrains.dokka' version '1.7.20' apply false
id 'org.jetbrains.kotlin.jvm' version '1.7.20' apply false
id 'org.jetbrains.kotlin.plugin.serialization' version '1.7.20' apply false
id 'org.asciidoctor.jvm.convert' version '3.3.2'

Loading…
Cancel
Save