We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1685ad3 commit caf704eCopy full SHA for caf704e
instrumentation/armeria/armeria-grpc-1.14/javaagent/build.gradle.kts
@@ -24,6 +24,11 @@ dependencies {
24
testLibrary("com.linecorp.armeria:armeria-junit5:1.14.0")
25
}
26
27
+tasks.named<Checkstyle>("checkstyleTest") {
28
+ // exclude generated classes
29
+ exclude("**/example/**")
30
+}
31
+
32
val latestDepTest = findProperty("testLatestDeps") as Boolean
33
protobuf {
34
protoc {
0 commit comments