update to Gradle 8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'maven-publish'
|
||||
alias catalog.plugins.kotlin
|
||||
alias catalog.plugins.kotlin.jvm
|
||||
alias catalog.plugins.multi.release.jar
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ dependencies {
|
||||
testImplementation catalog.junit.jupiter.api
|
||||
testImplementation catalog.junit.jupiter.params
|
||||
testRuntimeOnly catalog.junit.jupiter.engine
|
||||
testRuntimeOnly catalog.log4j.slf4j18.impl
|
||||
testRuntimeOnly catalog.log4j.slf4j.impl
|
||||
}
|
||||
|
||||
compileJava {
|
||||
@@ -45,11 +45,6 @@ test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
wrapper {
|
||||
distributionType = Wrapper.DistributionType.BIN
|
||||
gradleVersion = getProperty('gradle.version')
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
|
Reference in New Issue
Block a user