Updated dependencies.
This commit is contained in:
parent
f7ef436a72
commit
808ca2a6f2
21 changed files with 37 additions and 31 deletions
|
@ -12,12 +12,13 @@ plugins {
|
|||
// ./gradlew incrementBuildMeta run
|
||||
// ./gradlew echoVersion
|
||||
|
||||
|
||||
defaultTasks 'run'
|
||||
|
||||
mainClassName = 'App'
|
||||
|
||||
dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
|
||||
testImplementation platform('org.junit:junit-bom:5.8.0-M1')
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -28,13 +29,6 @@ test {
|
|||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
application {
|
||||
mainClassName = 'App'
|
||||
// project.afterEvaluate {
|
||||
// println "Version: $version"
|
||||
// }
|
||||
}
|
||||
|
||||
semver {
|
||||
// properties = 'example.properties'
|
||||
// keysPrefix = 'example.'
|
||||
|
@ -50,8 +44,10 @@ incrementBuildMeta {
|
|||
}
|
||||
|
||||
run {
|
||||
// project.afterEvaluate {
|
||||
// println "Version: $version"
|
||||
// }
|
||||
doFirst {
|
||||
// println "Version: ${-> version}"
|
||||
println "Version: $version"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue