Document buildpacks are configured with target Java version

Closes gh-21796
This commit is contained in:
Stephane Nicoll
2020-08-31 16:15:30 +02:00
parent 8404c4c71b
commit ee914624e6
2 changed files with 9 additions and 1 deletions

View File

@@ -77,6 +77,10 @@ The following table summarizes the available properties and their default values
| `false`
|===
NOTE: The plugin detects the target Java compatibility of the project using the JavaPlugin's `targetCompatibility` property.
By default, the plugin instructs the buildpacks to install the same Java version.
You can override this behaviour by setting the `BP_JVM_VERSION` environment variable, see <<build-image-example-builder-configuration,builder configuration>>.
[[build-image-examples]]