environment test

This commit is contained in:
crusader 2023-02-01 22:58:15 +00:00
parent e8db020ad4
commit f3158b8c89

View File

@ -20,3 +20,10 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}
task projectDetails {
doLast {
println "PROJECT_NAME=${project.name}"
println "PROJECT_VERSION=${project.version}"
}
}