Skip to content

Commit 02b1845

Browse files
authored
Merge pull request #3 from Cloud7050/branch-A-CodeQuality
Improve code quality
2 parents c00a210 + 0244d3e commit 02b1845

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
2-
id "java"
32
id "application"
4-
id "com.github.johnrengelman.shadow" version "7.1.2"
53
id "checkstyle"
4+
5+
id "com.github.johnrengelman.shadow" version "7.1.2"
66
}
77

88
repositories {
@@ -57,12 +57,12 @@ test {
5757
}
5858
}
5959

60+
checkstyle {
61+
toolVersion = "10.2"
62+
}
63+
6064
shadowJar {
6165
dependsOn "distZip", "distTar"
6266

6367
archiveFileName = "cloud.jar"
6468
}
65-
66-
checkstyle {
67-
toolVersion = "10.2"
68-
}

0 commit comments

Comments
 (0)