File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ jobs:
497497 working-directory : examples/extension
498498
499499 - name : Build benchmark-overhead
500- run : ./gradlew build ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
500+ run : ./gradlew assemble ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
501501 working-directory : benchmark-overhead
502502
503503 - name : Run muzzle check against extension
Original file line number Diff line number Diff line change @@ -30,14 +30,11 @@ dependencies {
3030 testImplementation(" org.slf4j:slf4j-simple:2.0.17" )
3131
3232 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
33+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3334}
3435
3536tasks {
3637 test {
3738 useJUnitPlatform()
38- testLogging {
39- exceptionFormat = TestExceptionFormat .FULL
40- showStandardStreams = true
41- }
4239 }
4340}
You can’t perform that action at this time.
0 commit comments