Fixed kotlin version
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
5b5494108c
commit
cb8640ebd3
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
### Language and Framework
|
### Language and Framework
|
||||||
|
|
||||||
- Spring Boot: 2.7.3
|
- Spring Boot: 2.7.4
|
||||||
- Kotlin: 1.7.10
|
- Kotlin: 1.7.20
|
||||||
- Gradle: 7.5
|
- Gradle: 7.5
|
||||||
|
|
||||||
# Modules
|
# Modules
|
||||||
|
@ -4,8 +4,8 @@ plugins {
|
|||||||
id("org.springframework.boot") version "2.7.4" apply false
|
id("org.springframework.boot") version "2.7.4" apply false
|
||||||
id("io.spring.dependency-management") version "1.0.14.RELEASE" apply false
|
id("io.spring.dependency-management") version "1.0.14.RELEASE" apply false
|
||||||
kotlin("jvm") version "1.7.20" apply false
|
kotlin("jvm") version "1.7.20" apply false
|
||||||
kotlin("plugin.spring") version "1.7.10" apply false
|
kotlin("plugin.spring") version "1.7.20" apply false
|
||||||
kotlin("plugin.jpa") version "1.7.10" apply false
|
kotlin("plugin.jpa") version "1.7.20" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
Loading…
Reference in New Issue
Block a user