Skip to content

Commit ef7cdf8

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents 6f0a761 + 605cee0 commit ef7cdf8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.idea/checkstyle-idea.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ plugins {
33
id 'idea'
44
id 'checkstyle'
55
id 'org.jetbrains.intellij' version '1.17.2'
6-
id 'org.sonarqube' version '4.4.1.3373'
6+
id 'org.sonarqube' version '5.0.0.4638'
77
}
88

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

1313
def properties(String key) {

0 commit comments

Comments
 (0)