dependency update
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
alias catalog.plugins.lombok apply false
|
alias(catalog.plugins.lombok) apply false
|
||||||
alias catalog.plugins.multi.release.jar
|
alias(catalog.plugins.multi.release.jar)
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "net.woggioni"
|
group = "net.woggioni"
|
||||||
@@ -43,11 +43,6 @@ dependencies {
|
|||||||
implementation catalog.jna
|
implementation catalog.jna
|
||||||
}
|
}
|
||||||
|
|
||||||
wrapper {
|
|
||||||
distributionType = Wrapper.DistributionType.BIN
|
|
||||||
gradleVersion = getProperty('gradle.version')
|
|
||||||
}
|
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
alias catalog.plugins.kotlin
|
alias catalog.plugins.kotlin.jvm
|
||||||
alias catalog.plugins.envelope
|
alias catalog.plugins.envelope
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ import net.woggioni.gradle.envelope.EnvelopeJarTask
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation catalog.kotlin.stdlib.jdk8
|
implementation catalog.kotlin.stdlib.jdk8
|
||||||
|
|
||||||
implementation catalog.log4j.slf4j18.impl
|
implementation catalog.log4j.slf4j2.impl
|
||||||
implementation catalog.slf4j.api
|
implementation catalog.slf4j.api
|
||||||
implementation catalog.jcommander
|
implementation catalog.jcommander
|
||||||
implementation rootProject
|
implementation rootProject
|
||||||
@@ -25,9 +25,9 @@ tasks.named('envelopeRun', JavaExec) {
|
|||||||
|
|
||||||
tasks.withType(KotlinCompile.class).configureEach {
|
tasks.withType(KotlinCompile.class).configureEach {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
languageVersion = "1.7"
|
languageVersion = "1.9"
|
||||||
apiVersion = "1.7"
|
apiVersion = "1.9"
|
||||||
jvmTarget = "11"
|
jvmTarget = "17"
|
||||||
javaParameters = true
|
javaParameters = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
jzstd.version = 0.1-SNAPSHOT
|
jzstd.version = 2023.07.15
|
||||||
|
|
||||||
jpms.module.name=net.woggioni.jzstd
|
jpms.module.name = net.woggioni.jzstd
|
||||||
|
|
||||||
gradle.version = 7.5.1
|
lys.version = 2023.07.09
|
||||||
lys.version = 0.1-SNAPSHOT
|
|
||||||
|
Reference in New Issue
Block a user