From 10637db61471743f50b0fdb3a2904ad6bb9dd605 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Mon, 25 Feb 2019 16:17:28 -0500 Subject: [PATCH] Revert Sonar to 2.6.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 50b10637c0..fc4b2588bc 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { - id 'org.sonarqube' version '2.7' + id 'org.sonarqube' version '2.6.2' id 'org.asciidoctor.convert' version '1.5.10' id 'org.ajoberstar.grgit' version '3.0.0' } @@ -683,7 +683,7 @@ project('spring-integration-webflux') { } compile "org.springframework:spring-webflux:$springVersion" compile ("io.projectreactor.netty:reactor-netty:$reactorNettyVersion" , optional) - + testCompile "org.hamcrest:hamcrest-core:$hamcrestVersion" testCompile "org.springframework:spring-webmvc:$springVersion" testCompile ("org.springframework.security:spring-security-config:$springSecurityVersion") {