We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9571c02 commit 00c6135Copy full SHA for 00c6135
gradle/testing.gradle
@@ -75,7 +75,7 @@ def getMixedModeVersion(descriptor) {
75
break
76
}
77
78
- Matcher versionMatch = descriptor.displayName =~ /^MultiServer \((?:((?:\d+\.)+\d+) then Embedded|Embedded then ((?:\d+\.)+\d+))\)/
+ Matcher versionMatch = descriptor.displayName =~ /^MultiServer \((?:((?:\d+\.)+\d+) then JDBC In-Process|JDBC In-Process then ((?:\d+\.)+\d+))\)/
79
if (versionMatch.size() != 0) {
80
def version = versionMatch[0][1]
81
if (version == null) {
0 commit comments