From 4b46827fe04a6166646bf2d5dc6c8a4510442c28 Mon Sep 17 00:00:00 2001 From: Can Eldem Date: Thu, 13 Jun 2019 10:32:44 +0000 Subject: Update README.md add new variable to doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aca30b4..107c2f2 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3 From 3c6bcd384d4f9e4426903e019c7ab75d65d2e95c Mon Sep 17 00:00:00 2001 From: Fabien Catteau Date: Fri, 14 Jun 2019 18:08:20 +0000 Subject: Document CI variable LM_PYTHON_VERSION --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 107c2f2..62daeaa 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,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) | If this variable is set to 11, maven and gradle will use JAVA 11 instead of JAVA 8 | +| 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) -- cgit v1.2.3