We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db76f37 commit 3e6f374Copy full SHA for 3e6f374
build.gradle.kts
@@ -9,6 +9,7 @@ plugins {
9
id("java")
10
// Apply the application plugin to make it easy to run the code
11
id("application")
12
+ id("checkstyle")
13
}
14
15
repositories {
0 commit comments