Merge branch '2.3.x'

Closes gh-23015
This commit is contained in:
Phillip Webb 2020-08-19 13:24:10 -07:00
commit c302b72083
1 changed files with 4 additions and 0 deletions

View File

@ -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