We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3e2f30 + 8d1c47c commit b29a1d0Copy full SHA for b29a1d0
build.gradle
@@ -4,12 +4,12 @@ plugins {
4
id 'checkstyle'
5
id 'pmd'
6
id 'org.jetbrains.intellij.platform' version '2.1.0'
7
- id 'org.sonarqube' version '6.0.0.5145'
+ id 'org.sonarqube' version '6.0.1.5171'
8
}
9
10
ext {
11
- checkstyleVersion = '10.20.1'
12
- pmdVersion = '7.7.0'
+ checkstyleVersion = '10.20.2'
+ pmdVersion = '7.8.0'
13
14
15
def properties(String key) {
0 commit comments