Skip to content

Commit

Permalink
fix: Disabled the sonar-hack in the plc4c build.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Aug 13, 2023
1 parent 259e8b7 commit 6cec1a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -45,7 +45,7 @@ pipeline {

tools {
maven 'maven_3_latest'
jdk 'jdk_17_latest'
jdk 'jdk_11_latest'
}

options {
Expand Down
6 changes: 3 additions & 3 deletions plc4c/pom.xml
Expand Up @@ -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>
Expand All @@ -92,7 +92,7 @@
<version>${groovy.version}</version>
</dependency>
</dependencies>
</plugin>
</plugin-->
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 6cec1a7

Please sign in to comment.