This commit is contained in:
@@ -3,7 +3,6 @@ plugins {
|
||||
alias catalog.plugins.envelope
|
||||
}
|
||||
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
import net.woggioni.gradle.envelope.EnvelopeJarTask
|
||||
|
||||
dependencies {
|
||||
@@ -23,11 +22,3 @@ tasks.named('envelopeRun', JavaExec) {
|
||||
args = ['--help']
|
||||
}
|
||||
|
||||
tasks.withType(KotlinCompile.class).configureEach {
|
||||
kotlinOptions {
|
||||
languageVersion = "1.9"
|
||||
apiVersion = "1.9"
|
||||
jvmTarget = "17"
|
||||
javaParameters = true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user