| 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
|
|
* Remove develoment and test dependencies from java-maven fixtures
* Ensure that ruby projects with bundler 2.0 are scannable
* Update CHANGELOG
* Assign @errors ivar for error message
* Remove --cache-from
* Use default ruby and install bundler conservatively
* Install gems to local path
* Add --no-prepare when gems are installed
* Print ruby, rubygems and bundler version
|
|
* Lock version to license_finder 6.0.0
|
|
* 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
|
|
|
|
|
|
|
|
|
|
ability to override cli flags with GRADLE_CLI_OPTS.
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Add QA jobs for js-npm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|