build.gradle.kts

changeset 256
a7da88714dc3
parent 254
55ca6cafc3dd
child 258
564ae07a6def
     1.1 --- a/build.gradle.kts	Thu Dec 29 13:58:08 2022 +0100
     1.2 +++ b/build.gradle.kts	Thu Dec 29 14:03:00 2022 +0100
     1.3 @@ -15,12 +15,6 @@
     1.4      kotlinOptions.jvmTarget = "11"
     1.5  }
     1.6  
     1.7 -// remove after removing all java sources
     1.8 -tasks.withType<JavaCompile>().configureEach {
     1.9 -    sourceCompatibility = "11"
    1.10 -    targetCompatibility = "11"
    1.11 -}
    1.12 -
    1.13  tasks.war {
    1.14      archiveFileName.set("lightpit.war")
    1.15      from("src/main/resources")

mercurial