1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 09:04:50 +02:00

Add dependency on kotlin-test-junit5

This commit is contained in:
Heiko Schaefer 2023-06-28 16:19:48 +02:00
parent 7dfb814b8a
commit f0b02b4733
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -26,6 +26,9 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
// kotlin.test
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion"
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion"