test: add a logger plugin to gradle

- allow `radarsh/gradle-test-logger-plugin` (at discretion: by default in comment)
This commit is contained in:
The-Lum 2023-10-02 19:30:50 +00:00
parent a34f13873c
commit 6d5213d407
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ plugins {
java
`maven-publish`
signing
// id("com.adarshr.test-logger") version "3.2.0"
}
group = "net.sourceforge.plantuml"