dependency update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'maven-publish'
|
||||
alias catalog.plugins.lombok apply false
|
||||
alias catalog.plugins.multi.release.jar
|
||||
alias(catalog.plugins.lombok) apply false
|
||||
alias(catalog.plugins.multi.release.jar)
|
||||
}
|
||||
|
||||
group = "net.woggioni"
|
||||
@@ -43,11 +43,6 @@ dependencies {
|
||||
implementation catalog.jna
|
||||
}
|
||||
|
||||
wrapper {
|
||||
distributionType = Wrapper.DistributionType.BIN
|
||||
gradleVersion = getProperty('gradle.version')
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
|
@@ -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
|
||||
}
|
||||
}
|
||||
|
@@ -1,6 +1,5 @@
|
||||
jzstd.version = 0.1-SNAPSHOT
|
||||
jzstd.version = 2023.07.15
|
||||
|
||||
jpms.module.name = net.woggioni.jzstd
|
||||
|
||||
gradle.version = 7.5.1
|
||||
lys.version = 0.1-SNAPSHOT
|
||||
lys.version = 2023.07.09
|
||||
|
Reference in New Issue
Block a user