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 39db3ba commit 1b6dadaCopy full SHA for 1b6dada
.github/workflows/java-examples.yml
@@ -103,5 +103,5 @@ jobs:
103
$new_version = "$major.$next_minor.0-SNAPSHOT"
104
Write-Output "Using selenium.version $new_version for tests"
105
cd examples/java
106
- mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -D"selenium.version=$new_version"
+ mvn -B -U test "-Djdk.internal.httpclient.disableHostnameVerification=true" "-Dselenium.version=$new_version"
107
}
0 commit comments