Skip to content

Commit b29a1d0

Browse files
committed
2 parents f3e2f30 + 8d1c47c commit b29a1d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
id 'checkstyle'
55
id 'pmd'
66
id 'org.jetbrains.intellij.platform' version '2.1.0'
7-
id 'org.sonarqube' version '6.0.0.5145'
7+
id 'org.sonarqube' version '6.0.1.5171'
88
}
99

1010
ext {
11-
checkstyleVersion = '10.20.1'
12-
pmdVersion = '7.7.0'
11+
checkstyleVersion = '10.20.2'
12+
pmdVersion = '7.8.0'
1313
}
1414

1515
def properties(String key) {

0 commit comments

Comments
 (0)