summaryrefslogtreecommitdiff
path: root/run.sh
AgeCommit message (Collapse)Author
2019-03-30Fix go supportPhilippe Lafoucrière
closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8708
2019-03-21Add Java 11 supportHannes Rosenögger
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.
2019-03-16make sure users can provide more than one MAVEN_CLI_OPT.Hannes Rosenögger
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"
2019-03-15Point QA_REF for Maven project to a failing testVictor Zagorodny
This is done to ensure that the tool truly skips the "test" phase and thus ignores the failing test
2019-03-05Use only one version everywhereTetiana Chupryna
2019-02-09Resolve NPM failures with certain Optional or Peer dependenciesBrian Wald
2019-02-05Parallelize QA testsLukas Eipert
Test projects are now given as a parameter to the test command
2018-09-30use SETUP_CMD to skip auto-detectionDaniel Widerin
2018-06-14Ensure that license name order is consistentLukas Eipert
2018-06-06First versionGilbert Roulot