Skip to content

Commit c726f00

Browse files
committed
Bump Sonar plugin version
1 parent 48b3689 commit c726f00

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

sonarcloud.gradle

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
plugins {
2-
id "org.sonarqube" version "6.2.0.5505"
1+
buildscript {
2+
repositories {
3+
mavenCentral()
4+
maven {
5+
url = uri("https://plugins.gradle.org/m2/")
6+
}
7+
}
8+
dependencies {
9+
classpath("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:6.2.0.5505")
10+
}
311
}
12+
apply plugin: org.sonarqube.gradle.SonarQubePlugin
413

514
sonarqube {
615
properties {

0 commit comments

Comments
 (0)