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 7251576 plc4c: try to fix issue reported by sonar
7251576 is described below
commit 72515760ddacf9a32bdf3ce6bb461019565fa455
Author: Sebastian Rühl <[email protected]>
AuthorDate: Mon Jun 7 17:43:14 2021 +0200
plc4c: try to fix issue reported by sonar
---
plc4c/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/plc4c/pom.xml b/plc4c/pom.xml
index cff0aa1..33e764e 100644
--- a/plc4c/pom.xml
+++ b/plc4c/pom.xml
@@ -143,6 +143,7 @@
<url>https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip</url>
<unpack>true</unpack>
<outputDirectory>${project.build.directory}</outputDirectory>
+ <skipCache>true</skipCache>
</configuration>
</execution>
</executions>