Update 'build.gradle.kts'
This commit is contained in:
parent
6c54b54fce
commit
ef5d7e1eb1
@ -1,11 +1,11 @@
|
|||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("org.springframework.boot") version "2.5.2" apply false
|
id("org.springframework.boot") version "2.5.3" apply false
|
||||||
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
|
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
|
||||||
kotlin("jvm") version "1.5.20" apply false
|
kotlin("jvm") version "1.5.21" apply false
|
||||||
kotlin("plugin.spring") version "1.5.20" apply false
|
kotlin("plugin.spring") version "1.5.21" apply false
|
||||||
kotlin("plugin.jpa") version "1.5.20" apply false
|
kotlin("plugin.jpa") version "1.5.21" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
Loading…
Reference in New Issue
Block a user