Skip to content

Commit

Permalink
attempt to remove spotbugs on runtime for stream package
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Feb 13, 2025
1 parent 9f82a26 commit 178682a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions stream/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ testModuleInfo {
requires("com.google.protobuf.util")
requires("org.junit.jupiter.api")
requires("org.junit.jupiter.params")
requiresStatic("com.github.spotbugs.annotations")
}
2 changes: 1 addition & 1 deletion stream/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
requires transitive io.grpc;
requires io.grpc.protobuf;
requires org.antlr.antlr4.runtime;
requires static com.github.spotbugs.annotations;
requires static transitive com.github.spotbugs.annotations;
requires static java.annotation;
}

0 comments on commit 178682a

Please sign in to comment.