Skip to content

Commit 18c0862

Browse files
committed
[Java] Fix Gradle 8.2.1 Junit warning.
1 parent 7503aed commit 18c0862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ project(':sbe-tool') {
250250
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
251251
testImplementation "org.junit.jupiter:junit-jupiter-params:${junitVersion}"
252252
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
253+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
253254
}
254255

255256
def generatedDir = 'build/generated-src'

0 commit comments

Comments
 (0)