diff options
author | Vincenzo Pellegrini <vincenzo.pellegrini@sonarsource.com> | 2024-07-04 17:32:35 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-07-25 20:02:51 +0000 |
commit | f2f826c4e98af4ca1996c07873e60095d23f79bd (patch) | |
tree | 9292c35fb9f147507658ea1b7714bd44f643a448 /sonar-core/src | |
parent | a3c94559aae2f372233e07074d6f6dd356d18203 (diff) | |
download | sonarqube-f2f826c4e98af4ca1996c07873e60095d23f79bd.tar.gz sonarqube-f2f826c4e98af4ca1996c07873e60095d23f79bd.zip |
SONAR-22452,SONAR-22505 Use the Linux ARM64 CLI scanner distribution, Fix issues in gitlab onboarding examples
Co-authored-by: Michael Jabbour <117195239+michael-jabbour-sonarsource@users.noreply.github.com>
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index f0b6c46f7cb..05b973f80b9 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4647,8 +4647,6 @@ onboarding.analysis.sq_scanner.docs_link=official documentation of the Scanner onboarding.analysis.sq_scanner.sonar_token_env.header=Configure a SONAR_TOKEN environment variable in your CI settings onboarding.analysis.sq_scanner.sonar_token_env.var_name=Add an environment variable called onboarding.analysis.sq_scanner.sonar_token_env.var_value=Give it the following value -onboarding.analysis.sq_scanner.jre_required_warning=A compatible Java Runtime Environment is required to run the Scanner on this platform, please refer to {link} for more details. -onboarding.analysis.sq_scanner.jre_required_warning.link=the documentation onboarding.analysis.sqscanner.docs.gradle.title=official documentation of the Scanner for Gradle onboarding.analysis.sqscanner.docs.gradle.example_project.title=live Gradle-based example project |