Skip to content

Commit a16fe30

Browse files
committed
fix(deps): downgrade SonarQube plugin version to 6.3.1 for compatibility
1 parent 50dc92e commit a16fe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
plugins {
1414
id 'jacoco'
15-
id 'org.sonarqube' version '7.0.1.6134'
15+
id 'org.sonarqube' version '6.3.1.5724'
1616
id 'org.springframework.boot' version '3.5.7' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1818
}

0 commit comments

Comments
 (0)