Merge branch 'main' into dependabot/gradle/jvm-1.6.10
This commit is contained in:
commit
d725d24e35
@ -1,11 +1,11 @@
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
id("org.springframework.boot") version "2.6.1" apply false
|
||||
id("org.springframework.boot") version "2.6.5" apply false
|
||||
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
|
||||
kotlin("jvm") version "1.6.10" apply false
|
||||
kotlin("plugin.spring") version "1.6.0" apply false
|
||||
// kotlin("plugin.jpa") version "1.6.0" apply false
|
||||
kotlin("plugin.spring") version "1.6.10" apply false
|
||||
// kotlin("plugin.jpa") version "1.6.10" apply false
|
||||
}
|
||||
|
||||
allprojects {
|
||||
@ -16,6 +16,7 @@ allprojects {
|
||||
|
||||
repositories {
|
||||
maven("https://m.ctdn.net")
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
group = "com.cubetiqs"
|
||||
|
Loading…
Reference in New Issue
Block a user