We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef7cdf8 + 611c65d commit ff449a6Copy full SHA for ff449a6
1 file changed
build.gradle
@@ -2,12 +2,12 @@ plugins {
2
id 'java'
3
id 'idea'
4
id 'checkstyle'
5
- id 'org.jetbrains.intellij' version '1.17.2'
+ id 'org.jetbrains.intellij' version '1.17.3'
6
id 'org.sonarqube' version '5.0.0.4638'
7
}
8
9
ext {
10
- checkstyleVersion = '10.14.2'
+ checkstyleVersion = '10.15.0'
11
12
13
def properties(String key) {
0 commit comments