Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2021-07-09 15:32:01 -07:00
parent f7ef436a72
commit 808ca2a6f2
21 changed files with 37 additions and 31 deletions

View file

@ -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"
}

Binary file not shown.

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View file

@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )