diff options
| author | Olivier Gonzalez <ogonzalez@gitlab.com> | 2019-06-14 02:13:14 +0000 |
|---|---|---|
| committer | Olivier Gonzalez <ogonzalez@gitlab.com> | 2019-06-14 02:13:14 +0000 |
| commit | ce0a013aea140f9663d47149d90c53c81f4f193e (patch) | |
| tree | 5b698caa6776a5159ff955595dc938ccc821479d | |
| parent | eed829997f7f60211e718f8e13844bec6820f42c (diff) | |
| parent | 4b46827fe04a6166646bf2d5dc6c8a4510442c28 (diff) | |
Merge branch 'caneldem-master-patch-56546' into 'master'
Add new variable to README.md
See merge request gitlab-org/security-products/license-management!40
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ The License Management tool can be customized with environments variables for so | Environment variable | Project type | Function | |----------------------|--------------|----------| | MAVEN_CLI_OPTS | Java (Maven) | Additional arguments for the mvn executable. If not supplied, defaults to `-DskipTests`. | +| LM_JAVA_VERSION | Java (Maven) | If this variable is set to 11, maven and gradle will use JAVA 11 instead of JAVA 8 | Inject the required environment variables to the docker command using the [`--env` option flag](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file) |
