Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Foundation
IT
APIs
git-eca-rest-api
Commits
6e6e749e
Unverified
Commit
6e6e749e
authored
Jul 04, 2020
by
Akond Rahman
Committed by
GitHub
Jul 04, 2020
Browse files
Print stack traces in console
parent
ee681e3f
Pipeline
#1362
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.mvn/wrapper/MavenWrapperDownloader.java
View file @
6e6e749e
...
...
@@ -88,8 +88,7 @@ public class MavenWrapperDownloader {
System
.
out
.
println
(
"Done"
);
System
.
exit
(
0
);
}
catch
(
Throwable
e
)
{
System
.
out
.
println
(
"- Error downloading"
);
e
.
printStackTrace
();
System
.
out
.
println
(
"- Error downloading: "
+
e
.
getMessage
()
);
System
.
exit
(
1
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment