update to Gradle 8

This commit is contained in:
2023-03-04 19:14:31 +08:00
parent 5c2832b276
commit 1602933dda
5 changed files with 6 additions and 11 deletions

View File

@@ -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 {