File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ dependencies {
4848
4949 testImplementation(platform(libs.junit.bom))
5050 testImplementation(libs.bundles.junit.testing)
51- testRuntimeOnly(libs.junit.jupiter.engine)
51+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
52+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
5253}
5354
5455tasks.named<Jar >(" shadowJar" ) {
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ dependencies {
4040 testFixturesApi(libs.guava)
4141 testFixturesApi(testFixtures(project(" :cel-generated-pb" )))
4242 testFixturesApi(project(" :cel-tools" ))
43- testRuntimeOnly(libs.junit.jupiter.engine)
43+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
44+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
4445
4546 jmhImplementation(libs.jmh.core)
4647 jmhAnnotationProcessor(libs.jmh.generator.annprocess)
Original file line number Diff line number Diff line change @@ -39,5 +39,6 @@ dependencies {
3939
4040 testImplementation(platform(libs.junit.bom))
4141 testImplementation(libs.bundles.junit.testing)
42- testRuntimeOnly(libs.junit.jupiter.engine)
42+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
43+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
4344}
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ dependencies {
3333
3434 testImplementation(platform(libs.junit.bom))
3535 testImplementation(libs.bundles.junit.testing)
36- testRuntimeOnly(libs.junit.jupiter.engine)
36+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
37+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3738}
3839
3940configure<ProtobufExtension > {
You can’t perform that action at this time.
0 commit comments