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

@ -53,7 +53,7 @@ allprojects {
}
project.ext {
junitVersion = 4.12
junitVersion = '5.7.0'
androidBootClasspath = getAndroidRuntimeJar(pgpainlessMinAndroidSdk)
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
@ -92,6 +92,9 @@ allprojects {
}
}
test {
useJUnitPlatform()
}
}
subprojects {