File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ plugins {
1111ext {
1212 commercetoolsJavaSdkV2Version = ' 17.28.0'
1313 mockitoJunitJupiterVersion = ' 5.16.1'
14- jupiterApiVersion = ' 5.11.3'
14+ jupiterApiVersion = ' 5.12.1'
15+ jupiterPlatformVersion = ' 1.12.1'
1516 assertjVersion = ' 3.26.3'
1617 pmdVersion = ' 7.7.0'
1718 jacocoVersion = ' 0.8.12'
@@ -55,6 +56,7 @@ dependencies {
5556 testImplementation " org.junit.jupiter:junit-jupiter-params:${ jupiterApiVersion} "
5657 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:${ jupiterApiVersion} "
5758 testRuntimeOnly " org.junit.vintage:junit-vintage-engine:${ jupiterApiVersion} "
59+ testRuntimeOnly " org.junit.platform:junit-platform-launcher:${ jupiterPlatformVersion} "
5860 testImplementation " org.assertj:assertj-core:${ assertjVersion} "
5961 testImplementation ' com.github.spotbugs:spotbugs-annotations:4.8.4'
6062}
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ check.dependsOn jacocoTestReport
4141// Ensure jacocoTestCoverageVerification and jacocoTestReport run after integrationTest
4242jacocoTestCoverageVerification. mustRunAfter integrationTest
4343jacocoTestReport. mustRunAfter integrationTest
44+ jacocoTestCoverageVerification. mustRunAfter compileBenchmarkJava
45+ jacocoTestCoverageVerification. mustRunAfter javadoc
4446// Ensure build runs after setLibraryVersion
4547build. mustRunAfter setLibraryVersion
4648// Ensure benchmark results are only committed runs after the benchmarks are run
You can’t perform that action at this time.
0 commit comments