Skip to content

Commit

Permalink
Fix Gradle warning regarding testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jan 31, 2024
1 parent b92ac72 commit 089a2d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.awaitility:awaitility-kotlin")
testImplementation("org.testcontainers:junit-jupiter")

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

java {
Expand Down

0 comments on commit 089a2d3

Please sign in to comment.