Upgrade plugins to Kotlin 1.2.71 and Asciidoctor 1.5.9
This commit is contained in:
parent
50a4769162
commit
fb2565f2fe
|
|
@ -11,9 +11,9 @@ buildscript {
|
|||
// 3rd party plugin repositories can be configured in settings.gradle
|
||||
plugins {
|
||||
id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false
|
||||
id "org.jetbrains.kotlin.jvm" version "1.2.70" apply false
|
||||
id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false
|
||||
id "org.jetbrains.dokka" version "0.9.17"
|
||||
id "org.asciidoctor.convert" version "1.5.7"
|
||||
id "org.asciidoctor.convert" version "1.5.9"
|
||||
}
|
||||
|
||||
ext {
|
||||
|
|
|
|||
Loading…
Reference in New Issue