Upgraded kotlin to 1.4.31
Fixed build script
This commit is contained in:
parent
2802994eed
commit
33894b5ebe
@ -15,16 +15,16 @@ buildscript {
|
||||
plugins {
|
||||
id("org.springframework.boot") version "2.4.3" apply false
|
||||
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
|
||||
kotlin("jvm") version "1.4.30" apply false
|
||||
kotlin("plugin.spring") version "1.4.30" apply false
|
||||
kotlin("plugin.jpa") version "1.4.30" apply false
|
||||
kotlin("jvm") version "1.4.31" apply false
|
||||
kotlin("plugin.spring") version "1.4.31" apply false
|
||||
kotlin("plugin.jpa") version "1.4.31" apply false
|
||||
}
|
||||
|
||||
allprojects {
|
||||
group = "com.cubetiqs"
|
||||
version = "0.0.1-SNAPSHOT"
|
||||
|
||||
val javaVersion = JavaVersion.VERSION_11
|
||||
val javaVersion = "11"
|
||||
|
||||
tasks.withType<JavaCompile> {
|
||||
sourceCompatibility = javaVersion
|
||||
|
Loading…
Reference in New Issue
Block a user