| Age | Commit message (Collapse) | Author |
|
This reverts merge request !37
|
|
|
|
|
|
Make /usr/bin/env python resolve to python3.
Install the latest version of pip in the context of python3.
See https://gitlab.com/gitlab-org/gitlab-ee/issues/6783
|
|
closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8708
|
|
This commit installs JAVA 11 and introduces a new ENV variable "LM_JAVA_VERSION".
If this variable is set to 11, maven and gradle will use JAVA 11 instead of JAVA 8.
If the variable is not set, the license finder will fall back to the default defined in
licensefinder/licensefinder which is currently Java 8.
This is necessary because JAVA 11 is not fully backwards compatible with JAVA 8.
Without this change the license finder will fail for all JAVA 11 projects.
|
|
Before maven would recognize all provided options as one option
and fail if you used for example:
MAVEN_CLI_OPTS="--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true -DskipTests"
|
|
This is done to ensure that the tool truly skips
the "test" phase and thus ignores the failing test
|
|
|
|
|
|
Test projects are now given as a parameter to the test command
|
|
|
|
|
|
|