Upgrade Kotlin plugin to 1.3.31
This commit is contained in:
parent
5221c3000e
commit
c59acde34e
|
@ -11,7 +11,7 @@ buildscript {
|
||||||
// 3rd party plugin repositories can be configured in settings.gradle
|
// 3rd party plugin repositories can be configured in settings.gradle
|
||||||
plugins {
|
plugins {
|
||||||
id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false
|
id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false
|
||||||
id "org.jetbrains.kotlin.jvm" version "1.3.30" apply false
|
id "org.jetbrains.kotlin.jvm" version "1.3.31" apply false
|
||||||
id "org.jetbrains.dokka" version "0.9.18"
|
id "org.jetbrains.dokka" version "0.9.18"
|
||||||
id "org.asciidoctor.convert" version "1.5.8"
|
id "org.asciidoctor.convert" version "1.5.8"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue