| Age | Commit message (Collapse) | Author |
|
* Remove custom Java installation
* Install java and conan for backwards compatibiilty
* Make legacy java the default
* Control java version via asdf
* Add support for legacy version files
* Update version and CHANGELOG
* Load appropriate python version
|
|
* Skip gradle invocation and install plugin globally
* Update init.gradle
* Try project.apply plugin: syntax
* apply gradle plugin
* Add entry to normalized licenses
* Update spdx-licenses
* Add CHANGELOG entry
|
|
|
|
|
|
|
|
|
|
* Run newest report version first
* Change default license finder version to latest
* Use --recursive for .NET projects
* Update paths in c# test fixtures
* Use login shell to source rvm
* Tell license finder the version of python to use
* Add Changelog entry
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See https://gitlab.com/gitlab-org/gitlab-ee/issues/12032
|
|
|
|
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
|
|
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
|
|
|
|
|