From 6b816fbdd5c6f635a2d9200626cd5257a314c909 Mon Sep 17 00:00:00 2001 From: Renaud Rousset Date: Wed, 2 Oct 2024 09:39:47 +0000 Subject: [PATCH] [24] Sonarqube compatibility 10.5.x to 10.6 --- CHANGELOG.md | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4cb144..5ad04cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - refactoring docker system - [#29](https://github.com/green-code-initiative/ecoCode-python/issues/29) Add test to ensure all Rules are registered +- [#24](https://github.com/green-code-initiative/ecoCode-python/issues/24) Set correct required language because the plugin wasn't loaded anymore ### Deleted diff --git a/pom.xml b/pom.xml index 09ce8a2..9953d41 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ ${sonarqube.version} true ${java.version} - python + py ${buildNumber}