Downgrade back to Sonar plugin 2.8

Looks the latest plugin is not compatible with latest Sonar server -
it doesn't trigger Coverage
This commit is contained in:
Artem Bilan
2021-01-21 12:39:15 -05:00
parent 88c3d0690e
commit 58ce578a10

View File

@@ -12,7 +12,7 @@ buildscript {
}
plugins {
id 'org.sonarqube' version '3.1'
id 'org.sonarqube' version '2.8'
id 'io.spring.nohttp' version '0.0.5.RELEASE' apply false
id 'org.ajoberstar.grgit' version '4.1.0'
id "io.spring.dependency-management" version '1.0.11.RELEASE'