solution: setup CI
This commit is contained in:
@@ -8,7 +8,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.11'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ plugins {
|
||||
id 'maven'
|
||||
id 'application'
|
||||
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.11'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.70'
|
||||
id "com.google.cloud.tools.jib" version "1.3.0"
|
||||
id 'org.springframework.boot' version '2.1.4.RELEASE'
|
||||
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
|
||||
|
||||
Reference in New Issue
Block a user