From 6cec42ae28128e2bc72db85dd7663cf25241bd49 Mon Sep 17 00:00:00 2001 From: utarwyn Date: Wed, 31 Jan 2024 19:30:19 +0100 Subject: [PATCH] Add field "requiredForLanguages" --- CHANGELOG.md | 1 + sonar-plugin/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d1a02..b09bedc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - [#30](https://github.com/green-code-initiative/ecoCode-javascript/issues/30) EC24: define the WHERE clause as a limiting keyword +- [#32](https://github.com/green-code-initiative/ecoCode-javascript/pull/32) Add support for SonarQube 10.4 "DownloadOnlyWhenRequired" feature - [ecoCode#185](https://github.com/green-code-initiative/ecoCode/issues/185) Add build number to manifest ### Changed diff --git a/sonar-plugin/pom.xml b/sonar-plugin/pom.xml index 2e6976f..fc76b13 100644 --- a/sonar-plugin/pom.xml +++ b/sonar-plugin/pom.xml @@ -142,6 +142,7 @@ ${version.sonarqube} true ${java.version} + js,ts,web,yaml ${buildNumber}