mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Proper Signature Verification
This commit is contained in:
parent
6ee8a9416f
commit
64cc9ecca4
67 changed files with 7950 additions and 688 deletions
|
@ -96,6 +96,10 @@ allprojects {
|
|||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
testLogging {
|
||||
events "passed", "skipped", "failed"
|
||||
exceptionFormat "full"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue