| Age | Commit message (Collapse) | Author |
|
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
|
|
Remove cert-check bypass when fetching JDK11
|
|
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.
|
|
|
|
|
|
closes #https://gitlab.com/gitlab-org/gitlab-ee/issues/8859
closes #https://gitlab.com/gitlab-org/gitlab-ee/issues/8830
|
|
|
|
|