1
0
Fork 0
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:
Paul Schaub 2020-11-13 16:31:59 +01:00
parent 4ed2cdaed9
commit aafc9be888
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
30 changed files with 160 additions and 167 deletions

View file

@ -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"
/*/