mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-24 13:57:33 +00:00
Update build.gradle.kts
Print Java version for tests
This commit is contained in:
parent
368a7827b8
commit
50d1a1caa8
@ -153,6 +153,10 @@ tasks.withType<Javadoc>().configureEach {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.test {
|
tasks.test {
|
||||||
|
doFirst {
|
||||||
|
println("Java Home:" + System.getProperty("java.home"));
|
||||||
|
println("Java Version: " + System.getProperty("java.version"));
|
||||||
|
}
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
testLogging.showStandardStreams = true
|
testLogging.showStandardStreams = true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user