This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0374052fad chore(build): Remove SonarCloud cache and threads 
configuration and rely on default (#885)
0374052fad is described below

commit 0374052fad7d32bda211339131a63b825d2c44fd
Author: Massimo Paladin <[email protected]>
AuthorDate: Tue Apr 4 13:06:21 2023 +0200

    chore(build): Remove SonarCloud cache and threads configuration and rely on 
default (#885)
    
    No need to configure the cache and threads anymore, SonarCloud now has 
automatic analysis caching and threads configuration. See: 
https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b01aee2fd3..40592bab1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,8 +96,6 @@
     <!-- Exclude all generated code -->
     <sonar.exclusions>**/generated-sources</sonar.exclusions>
     
<sonar.cfamily.build-wrapper-output>${project.basedir}/plc4c/target/build-wrapper-output</sonar.cfamily.build-wrapper-output>
-    <sonar.cfamily.threads>1</sonar.cfamily.threads>
-    <sonar.cfamily.cache.enabled>false</sonar.cfamily.cache.enabled>
 
     
<plc4x-code-generation.version>1.7.0-SNAPSHOT</plc4x-code-generation.version>
 

Reply via email to