mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
Fix most gradle deprecation warnings (#2093)
This commit is contained in:
@@ -67,7 +67,7 @@ tasks.register('testHeadless', Test) {
|
||||
useJUnitPlatform()
|
||||
testLogging {
|
||||
events "passed", "skipped", "failed", "standardOut", "standardError"
|
||||
exceptionFormat "full"
|
||||
exceptionFormat = "full"
|
||||
showStandardStreams = true
|
||||
}
|
||||
exclude '**/*BenchmarkTest*'
|
||||
|
||||
Reference in New Issue
Block a user