Skip to content

Commit ff449a6

Browse files
authored
Merge pull request #91 from xdev-software/update-from-template
Update from template
2 parents ef7cdf8 + 611c65d commit ff449a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ plugins {
22
id 'java'
33
id 'idea'
44
id 'checkstyle'
5-
id 'org.jetbrains.intellij' version '1.17.2'
5+
id 'org.jetbrains.intellij' version '1.17.3'
66
id 'org.sonarqube' version '5.0.0.4638'
77
}
88

99
ext {
10-
checkstyleVersion = '10.14.2'
10+
checkstyleVersion = '10.15.0'
1111
}
1212

1313
def properties(String key) {

0 commit comments

Comments
 (0)