Merge branch '2.3.x'

Closes gh-23015
pull/23028/head
Phillip Webb 4 years ago
commit c302b72083

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

Loading…
Cancel
Save