You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2023/08/13 18:20:46 UTC

[plc4x] branch develop updated: fix: Disabled the sonar-hack in the plc4c build.

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

cdutz 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 6cec1a7d52 fix: Disabled the sonar-hack in the plc4c build.
6cec1a7d52 is described below

commit 6cec1a7d5217b214a7556f78336b9c5fc0078991
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Sun Aug 13 20:20:38 2023 +0200

    fix: Disabled the sonar-hack in the plc4c build.
---
 Jenkinsfile   | 2 +-
 plc4c/pom.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index addbdda12d..74ae02067e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,7 +45,7 @@ pipeline {
 
     tools {
         maven 'maven_3_latest'
-        jdk 'jdk_17_latest'
+        jdk 'jdk_11_latest'
     }
 
     options {
diff --git a/plc4c/pom.xml b/plc4c/pom.xml
index 80db394d3e..2f96d858bc 100644
--- a/plc4c/pom.xml
+++ b/plc4c/pom.xml
@@ -69,11 +69,11 @@
               </execution>
             </executions>
           </plugin>
-          <plugin>
+          <!--plugin>
             <groupId>org.codehaus.gmaven</groupId>
             <artifactId>groovy-maven-plugin</artifactId>
             <executions>
-              <!-- rename the cmake binary and generate a script that adds the sonar build-wrapper -->
+              <!- - rename the cmake binary and generate a script that adds the sonar build-wrapper - ->
               <execution>
                 <id>modify-cmake</id>
                 <phase>process-sources</phase>
@@ -92,7 +92,7 @@
                 <version>${groovy.version}</version>
               </dependency>
             </dependencies>
-          </plugin>
+          </plugin-->
         </plugins>
       </build>
     </profile>