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 df27e70 commit 02fbc87Copy full SHA for 02fbc87
src/main/java/pl/project13/maven/git/GitCommitIdMojo.java
@@ -481,7 +481,7 @@ void loadBuildHostData(@NotNull Properties properties) {
481
try {
482
buildHost = InetAddress.getLocalHost().getHostName();
483
} catch (UnknownHostException e) {
484
- log("Unable to get build host");
+ log("Unable to get build host, skipping property " + BUILD_HOST + ". Error message was: " + e.getMessage());
485
}
486
put(properties, BUILD_HOST, buildHost);
487
0 commit comments