File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dd-java-agent/instrumentation/junit/junit-5.3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ configurations.matching { it.name.startsWith('latest5Test') || it.name.startsWit
7070 it. resolutionStrategy. componentSelection. all { ComponentSelection selection ->
7171 def version = selection. candidate. version
7272 if ((selection. candidate. group == ' org.junit.platform' || selection. candidate. group == ' org.junit.jupiter' ) &&
73- (version. matches(' .*-RC.*' ) || version. matches(' .*-M\\ d+.*' ))) {
73+ (version. matches(' .*-RC.*' ) || version. matches(' .*-M\\ d+.*' ))) {
7474 selection. reject(" Skipping pre-release version: ${ version} " )
7575 }
7676 }
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ configurations.matching { it.name.startsWith('latestDepTest') }.configureEach {
6262 it. resolutionStrategy. componentSelection. all { ComponentSelection selection ->
6363 def version = selection. candidate. version
6464 if ((selection. candidate. group == ' org.junit.platform' || selection. candidate. group == ' org.junit.jupiter' ) &&
65- (version. matches(' .*-RC.*' ) || version. matches(' .*-M\\ d+.*' ))) {
65+ (version. matches(' .*-RC.*' ) || version. matches(' .*-M\\ d+.*' ))) {
6666 selection. reject(" Skipping pre-release version: ${ version} " )
6767 }
6868 }
You can’t perform that action at this time.
0 commit comments