Skip to content

Commit 1ac9108

Browse files
committed
suppress exports warnings in lz4 module
1 parent 3cf5ade commit 1ac9108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/lz4/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ tasks.named("thirdPartyAudit").configure {
3434

3535
tasks.named("compileJava").configure {
3636
options.compilerArgs.add("-Xlint:-requires-automatic,-requires-transitive-automatic")
37+
options.compilerArgs.add("-Xlint:-exports")
3738
options.compilerArgs.add("-Xlint:-module") // module name, lz4, has terminal digits
3839
}

0 commit comments

Comments
 (0)