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 5536b1b commit c137215Copy full SHA for c137215
.github/workflows/maven_adhoc.yml
@@ -62,7 +62,7 @@ jobs:
62
}
63
EOD
64
mvn -V --batch-mode --file pom.xml --no-transfer-progress test -Dtest=FTPTimestampNET710Test -Drat.skip
65
- git co rel/commons-net-3.8.0
+ git checkout rel/commons-net-3.8.0
66
67
# - name: Look for deletefile failures
68
# run: |
0 commit comments