Skip to content

Commit caf704e

Browse files
committed
fix checkstyle
1 parent 1685ad3 commit caf704e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

instrumentation/armeria/armeria-grpc-1.14/javaagent/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ dependencies {
2424
testLibrary("com.linecorp.armeria:armeria-junit5:1.14.0")
2525
}
2626

27+
tasks.named<Checkstyle>("checkstyleTest") {
28+
// exclude generated classes
29+
exclude("**/example/**")
30+
}
31+
2732
val latestDepTest = findProperty("testLatestDeps") as Boolean
2833
protobuf {
2934
protoc {

0 commit comments

Comments
 (0)