environment test
This commit is contained in:
parent
e8db020ad4
commit
f3158b8c89
|
@ -20,3 +20,10 @@ dependencies {
|
|||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
task projectDetails {
|
||||
doLast {
|
||||
println "PROJECT_NAME=${project.name}"
|
||||
println "PROJECT_VERSION=${project.version}"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user