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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit eac88f7c4fb1c90ee4694477f966405b4d963d1c
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Mar 27 12:51:10 2023 +0100

    Update Sonarcloud build to use JDK 17
---
 Jenkinsfile.sonarcloud | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.sonarcloud b/Jenkinsfile.sonarcloud
index 7fb1d8ce3f..5250de2a83 100644
--- a/Jenkinsfile.sonarcloud
+++ b/Jenkinsfile.sonarcloud
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest'
 def MAVEN_PARAMS = '-B -e -ntp'
 
 pipeline {

Reply via email to