We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a4769 commit fb2565fCopy full SHA for fb2565f
build.gradle
@@ -11,9 +11,9 @@ buildscript {
11
// 3rd party plugin repositories can be configured in settings.gradle
12
plugins {
13
id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false
14
- id "org.jetbrains.kotlin.jvm" version "1.2.70" apply false
+ id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false
15
id "org.jetbrains.dokka" version "0.9.17"
16
- id "org.asciidoctor.convert" version "1.5.7"
+ id "org.asciidoctor.convert" version "1.5.9"
17
}
18
19
ext {
0 commit comments