Skip to content

Commit

Permalink
fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Aug 8, 2024
1 parent be2d6e4 commit deade23
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karibu-testing-v10-pro-groovy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ dependencies {

testImplementation(libs.junit.jupiter)
testImplementation(libs.slf4j.simple)

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

@Suppress("UNCHECKED_CAST")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dependencies {
testImplementation(project(":karibu-testing-v23:kt23-tests")) {
exclude(group = "com.github.appreciated")
}
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
1 change: 1 addition & 0 deletions karibu-testing-v24/kt10-testrun-vaadin24/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dependencies {
testImplementation(libs.vaadin.v24.all)
testImplementation(project(":karibu-testing-v23:kt23-tests"))
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dependencies {
testImplementation(project(":karibu-testing-v23:kt23-tests")) {
exclude(group = "com.github.appreciated")
}
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ dependencies {
testImplementation(libs.vaadin.v24next.all)
testImplementation(libs.vaadin.v24next.spring)
testImplementation(project(":karibu-testing-v23:kt23-tests"))
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

0 comments on commit deade23

Please sign in to comment.