Gradle wrappers update.
This commit is contained in:
parent
b80533cfec
commit
403f9a8f5f
13 changed files with 11 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
application
|
||||
kotlin("jvm") version "1.2.50"
|
||||
kotlin("jvm") version "1.3.0"
|
||||
}
|
||||
|
||||
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
|
||||
|
@ -16,4 +16,4 @@ application {
|
|||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue