1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 04:54:49 +02:00

Add kotlin-test-junit5 for JUnit tests in kotlin code

This commit is contained in:
Paul Schaub 2023-06-25 23:19:45 +02:00
parent e065d99bec
commit 4a161a8d91
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -27,6 +27,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion"
// Logging
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"