remove java task from build file

Thu, 29 Dec 2022 14:03:00 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 29 Dec 2022 14:03:00 +0100
changeset 256
a7da88714dc3
parent 255
1270f91b4c22
child 257
c1be672af7ff

remove java task from build file

build.gradle.kts file | annotate | diff | comparison | revisions
     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