From e6158a949ea5ce310ce9a4913a33a2515a3fe44d Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Thu, 1 Feb 2024 18:33:58 +0100 Subject: [PATCH] [ISSUE 18] Add support for SonarQube 10.4 'DownloadOnlyWhenRequired' feature --- CHANGELOG.md | 2 ++ pom.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2049ba..0bf8fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- [#18](https://github.com/green-code-initiative/ecoCode-python/issues/18) Add support for SonarQube 10.4 "DownloadOnlyWhenRequired" feature + ### Changed ### Deleted diff --git a/pom.xml b/pom.xml index 604c9bd..ade85f0 100644 --- a/pom.xml +++ b/pom.xml @@ -155,6 +155,7 @@ ${sonarqube.version} true ${java.version} + python ${buildNumber}