Commit c302b720 authored by Phillip Webb's avatar Phillip Webb

Merge branch '2.3.x'

Closes gh-23015
parents c8d7aa8f 8fd9c685
......@@ -66,6 +66,10 @@ public class BuildImageMojo extends AbstractPackagerMojo {
private static final String BUILDPACK_JVM_VERSION_KEY = "BP_JVM_VERSION";
static {
System.setProperty("org.slf4j.simpleLogger.log.org.apache.http.wire", "ERROR");
}
/**
* Directory containing the JAR.
* @since 2.3.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment