Fixed kotlin version
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Sambo Chea 2022-10-03 09:17:52 +07:00
parent 5b5494108c
commit cb8640ebd3
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 {