Upgarde spring boot 2.5.7 and kotlin 1.6.0 and gradle 7.3.1
This commit is contained in:
parent
c4d49e05ac
commit
5ca2a37f5b
@ -11,6 +11,6 @@
|
|||||||
- Sambo Chea <sombochea@cubetiqs.com>
|
- Sambo Chea <sombochea@cubetiqs.com>
|
||||||
|
|
||||||
### Language and Framework
|
### Language and Framework
|
||||||
- Spring Boot: 2.5.5
|
- Spring Boot: 2.5.7
|
||||||
- Kotlin: 1.5.31
|
- Kotlin: 1.6.0
|
||||||
- Gradle: 7.2
|
- Gradle: 7.3.1
|
@ -7,8 +7,8 @@ plugins {
|
|||||||
kotlin("plugin.spring")
|
kotlin("plugin.spring")
|
||||||
}
|
}
|
||||||
|
|
||||||
val kotlinVersion = "1.5.31"
|
val kotlinVersion = "1.6.0"
|
||||||
val springBootVersion = "2.5.6"
|
val springBootVersion = "2.5.7"
|
||||||
|
|
||||||
// find the last commit
|
// find the last commit
|
||||||
fun getGitHashLastCommit(): String {
|
fun getGitHashLastCommit(): String {
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("org.springframework.boot") version "2.5.6" apply false
|
id("org.springframework.boot") version "2.5.7" 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.31" apply false
|
kotlin("jvm") version "1.6.0" apply false
|
||||||
kotlin("plugin.spring") version "1.5.31" apply false
|
kotlin("plugin.spring") version "1.6.0" apply false
|
||||||
kotlin("plugin.jpa") version "1.5.31" apply false
|
// kotlin("plugin.jpa") version "1.6.0" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
maven("https://m.ctdn.net")
|
maven("https://m.ctdn.net")
|
||||||
maven("https://m.ctdn.net/snapshots")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "com.cubetiqs"
|
group = "com.cubetiqs"
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=http\://mirror.ctdn.net/gradle/gradle-7.2-bin.zip
|
distributionUrl=https://mirror.ctdn.net/gradle/gradle-7.3.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
Loading…
Reference in New Issue
Block a user