mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-10 15:50:57 +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 {
|
||||
doFirst {
|
||||
println("Java Home:" + System.getProperty("java.home"));
|
||||
println("Java Version: " + System.getProperty("java.version"));
|
||||
}
|
||||
useJUnitPlatform()
|
||||
testLogging.showStandardStreams = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user