From 6cec1a7d5217b214a7556f78336b9c5fc0078991 Mon Sep 17 00:00:00 2001 From: Christofer Dutz Date: Sun, 13 Aug 2023 20:20:38 +0200 Subject: [PATCH] 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 addbdda12dd..74ae02067e0 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 80db394d3ec..2f96d858bc5 100644 --- a/plc4c/pom.xml +++ b/plc4c/pom.xml @@ -69,11 +69,11 @@ - + + modify-cmake process-sources @@ -92,7 +92,7 @@ ${groovy.version} - +