attempt to fix gRPC lint issue

This commit is contained in:
Kevin Gorham 2019-01-31 18:17:02 -05:00 committed by Kevin Gorham
parent 6f821afc70
commit 8ba19ef4ce
2 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
lintConfig file("zcash-lint-options.xml")
}
}
dependencies {

View File

@ -0,0 +1,6 @@
<lint>
<!--<issue id="InvalidPackage">-->
<!--&lt;!&ndash; more info on this here: https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/internal/JndiResourceResolverFactory.java#L59 &ndash;&gt;-->
<!--<ignore path="**/grpc*.jar"/>-->
<!--</issue>-->
</lint>