diff options
| author | Zachary Knight <zachk@knowbe4.com> | 2019-06-18 08:14:07 -0400 |
|---|---|---|
| committer | Zachary Knight <zachk@knowbe4.com> | 2019-06-18 08:14:07 -0400 |
| commit | a662b56f4dd5a6db910adda86c505a37199ee2d9 (patch) | |
| tree | be3d1c47626c4be7305d9c4120e2bd8657fadc09 | |
| parent | 44beb7736f2caef64bcf4febb4dd0bd6f675924f (diff) | |
| parent | 1fa4c875d8a77ca7b5ed3fbaa9027ffb900a0f05 (diff) | |
Merge branch 'master' into upgrade-docker-license-finder
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ 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) | Version of Java. If set to `11`, Maven and Gradle use Java 11 instead of Java 8. | +| LM_PYTHON_VERSION | Python | Version of Python. If set to `3`, dependencies are installed using Python 3 instead of Python 2.7. | 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) |
