This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch jartests
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/jartests by this push:
     new 530c4364 Windows needs quotes
530c4364 is described below

commit 530c43642046d5bb0da2e37c05b7ce159d66d7dc
Author: Sebb <s...@apache.org>
AuthorDate: Tue May 7 11:16:23 2024 +0100

    Windows needs quotes
---
 .github/workflows/maven_adhoc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 5025ae18..1f3f2090 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -40,4 +40,4 @@ jobs:
         java-version: 8
     - name: Test NET710
       run: |
-        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dnet.version=${{ matrix.tag }}
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
"-Dnet.version=${{ matrix.tag }}"

Reply via email to