Skip to content

Commit b4a1885

Browse files
fix: add junit force back
1 parent 9b9a650 commit b4a1885

File tree

1 file changed

+1
-0
lines changed
  • dd-java-agent/instrumentation/junit/junit-5.3/spock-junit-5

1 file changed

+1
-0
lines changed

dd-java-agent/instrumentation/junit/junit-5.3/spock-junit-5/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies {
3434

3535
configurations.matching({ it.name.startsWith('test') }).configureEach({
3636
it.resolutionStrategy {
37+
force group: 'org.junit.platform', name: 'junit-platform-launcher', version: libs.versions.junit.platform.get()
3738
force group: 'org.spockframework', name: 'spock-core', version: "2.4-M7-groovy-${spockGroovyVersion}"
3839
}
3940
})

0 commit comments

Comments
 (0)