dependency update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
alias catalog.plugins.kotlin
|
||||
alias catalog.plugins.kotlin.jvm
|
||||
alias catalog.plugins.envelope
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ import net.woggioni.gradle.envelope.EnvelopeJarTask
|
||||
dependencies {
|
||||
implementation catalog.kotlin.stdlib.jdk8
|
||||
|
||||
implementation catalog.log4j.slf4j18.impl
|
||||
implementation catalog.log4j.slf4j2.impl
|
||||
implementation catalog.slf4j.api
|
||||
implementation catalog.jcommander
|
||||
implementation rootProject
|
||||
@@ -25,9 +25,9 @@ tasks.named('envelopeRun', JavaExec) {
|
||||
|
||||
tasks.withType(KotlinCompile.class).configureEach {
|
||||
kotlinOptions {
|
||||
languageVersion = "1.7"
|
||||
apiVersion = "1.7"
|
||||
jvmTarget = "11"
|
||||
languageVersion = "1.9"
|
||||
apiVersion = "1.9"
|
||||
jvmTarget = "17"
|
||||
javaParameters = true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user