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 d18aacb commit 604cd35Copy full SHA for 604cd35
.github/workflows/maven_adhoc.yml
@@ -62,14 +62,13 @@ jobs:
62
63
}
64
EOD
65
+ # Try to stop git complaints
66
+ echo "FTPTimestampNET710Test.java" >>.gitignore
67
+ echo ".gitignore" >>.gitignore
68
mvn -V --batch-mode --file pom.xml --no-transfer-progress test -Dtest=FTPTimestampNET710Test -Drat.skip
- git stash -u
69
git checkout rel/commons-net-3.10.0
- git stash pop
70
71
git checkout rel/commons-net-3.9.0
72
73
74
# - name: Look for deletefile failures
75
# run: |
0 commit comments