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 d3368f0 commit b20c82a
Show file tree
Hide file tree
Showing 10 changed files with 20 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 @@ -15,6 +15,8 @@ dependencies {

testImplementation(libs.junit.jupiter.runtime)
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 @@ -6,4 +6,6 @@ dependencies {
}

testImplementation(libs.vaadin.spring)

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ dependencies {
}

testImplementation(libs.vaadin.spring)

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ dependencies {
}

testImplementation(libs.vaadin.spring)

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ dependencies {
}

testImplementation(libs.vaadin.spring)

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ dependencies {
testImplementation(project(":karibu-testing-v23:kt23-tests")) {
exclude(group = "com.github.appreciated")
}

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

// Vaadin 23 requires Java 11 or higher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ dependencies {
testImplementation(project(":karibu-testing-v23:kt23-tests")) {
exclude(group = "com.github.appreciated")
}

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

// Vaadin 23 requires Java 11 or higher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ dependencies {

// for testing out the NPM template loading from META-INF/resources/frontend/
testImplementation(libs.addon.applayout)

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

// Vaadin 23 requires Java 11 or higher
Expand Down
2 changes: 2 additions & 0 deletions karibu-testing-v23/kt10-testrun-vaadin23/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ dependencies {

// for testing out the NPM template loading from META-INF/resources/frontend/
testImplementation(libs.addon.applayout)

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

// Vaadin 23 requires Java 11 or higher
Expand Down
2 changes: 2 additions & 0 deletions karibu-testing-v8/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ dependencies {
testImplementation(libs.slf4j.simple)
testImplementation(libs.karibu.dsl8)
testImplementation(libs.vaadin8.client.compiled)

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

kotlin {
Expand Down

0 comments on commit b20c82a

Please sign in to comment.