Update gradle to 7.3.1
This commit is contained in:
parent
326975fcfa
commit
d957e9b438
10
build.gradle
10
build.gradle
|
@ -2,9 +2,9 @@ plugins {
|
|||
id 'java'
|
||||
id 'groovy'
|
||||
id 'application'
|
||||
id "com.github.johnrengelman.shadow" version "6.1.0"
|
||||
id "net.nemerosa.versioning" version "2.14.0"
|
||||
id "nebula.ospackage" version "8.5.2"
|
||||
id "com.github.johnrengelman.shadow" version "7.1.0"
|
||||
id "net.nemerosa.versioning" version "2.15.1"
|
||||
id "nebula.ospackage" version "9.0.0"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -19,11 +19,11 @@ dependencies {
|
|||
|
||||
testImplementation('org.spockframework:spock-core:2.0-groovy-3.0')
|
||||
testImplementation 'org.slf4j:slf4j-api:1.7.32'
|
||||
testRuntime("org.slf4j:slf4j-simple:1.7.32")
|
||||
testRuntimeOnly("org.slf4j:slf4j-simple:1.7.32")
|
||||
}
|
||||
|
||||
application {
|
||||
mainClassName = 'biz.nellemann.syslogd.Application'
|
||||
getMainClass().set('biz.nellemann.syslogd.Application')
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Reference in a new issue