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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue