mirror of https://github.com/grpc/grpc-java.git
Fix the filesets to be checked by checkstyle.
This commit is contained in:
parent
111f6dd81e
commit
693a7d2846
|
|
@ -127,13 +127,11 @@ subprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
checkstyleMain {
|
checkstyleMain {
|
||||||
source = fileTree(dir: "src", include: "**/*.java",
|
source = fileTree(dir: "src/main", include: "**/*.java")
|
||||||
excludes: ["${buildDir}/generated-sources", "**/TestServiceGrpc.java"])
|
|
||||||
}
|
}
|
||||||
|
|
||||||
checkstyleTest {
|
checkstyleTest {
|
||||||
source = fileTree(dir: "test", include: "**/*.java",
|
source = fileTree(dir: "src/test", include: "**/*.java")
|
||||||
exclude: "${buildDir}/generated-sources")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
task javadocJar(type: Jar) {
|
task javadocJar(type: Jar) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue