We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d3964 commit 68b7b63Copy full SHA for 68b7b63
1 file changed
docs/examples/MavenExample/Makefile
@@ -8,5 +8,5 @@ all:
8
(grep -qF "MavenExample.java:[30,29] [assignment.type.incompatible] incompatible types in assignment." Out.txt || (echo "FAILURE. Here is file Out.txt:" && cat Out.txt && echo "End of file Out.txt." && false))
9
10
clean:
11
- mvn -q clean
+ -mvn -q clean
12
rm -f Out.txt
0 commit comments