Skip to content

Commit 1b6dada

Browse files
committed
Attempt to fix Windows nightly workflow
1 parent 39db3ba commit 1b6dada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
$new_version = "$major.$next_minor.0-SNAPSHOT"
104104
Write-Output "Using selenium.version $new_version for tests"
105105
cd examples/java
106-
mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -D"selenium.version=$new_version"
106+
mvn -B -U test "-Djdk.internal.httpclient.disableHostnameVerification=true" "-Dselenium.version=$new_version"
107107
}

0 commit comments

Comments
 (0)