Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed May 22, 2023
1 parent c9ad3db commit 7443df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build-without-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export SHELLOPTS
## Compile
echo "running \"mvn package\" for stubparser"
mvn --version
# Try twice in case of network lossage
# Try a second time if there is network lossage.
(cd javaparser-core && ../mvnw -B -q package -Dmaven.test.skip=true) \
|| (sleep 2m && (cd javaparser-core && ../mvnw -B -q dependency:resolve || true) \
&& sleep 2m && (cd javaparser-core && ../mvnw -B -q package -Dmaven.test.skip=true))
Expand Down

0 comments on commit 7443df8

Please sign in to comment.