mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Switch to Jupiter JUnit for tests
This commit is contained in:
parent
4ed2cdaed9
commit
aafc9be888
30 changed files with 160 additions and 167 deletions
|
@ -3,7 +3,9 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
|
||||
/*
|
||||
implementation "org.bouncycastle:bcprov-debug-jdk15on:$bouncyCastleVersion"
|
||||
/*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue