There was an error while loading. Please reload this page.
1 parent 7503aed commit 18c0862Copy full SHA for 18c0862
build.gradle
@@ -250,6 +250,7 @@ project(':sbe-tool') {
250
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
251
testImplementation "org.junit.jupiter:junit-jupiter-params:${junitVersion}"
252
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
253
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
254
}
255
256
def generatedDir = 'build/generated-src'
0 commit comments