Skip to content

Commit

Permalink
chore: Add patchRealModule() to error_prone_annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <mihail.mihov@limechain.tech>
  • Loading branch information
mishomihov00 committed Nov 21, 2024
1 parent b907d70 commit a8a52a8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ extraJavaModuleInfo {

module("com.esaulpaugh:headlong", "com.esaulpaugh.headlong")
module("com.github.spotbugs:spotbugs-annotations", "com.github.spotbugs.annotations")
module("com.google.errorprone:error_prone_annotations", "com.google.errorprone.annotations")
module("com.google.errorprone:error_prone_annotations", "com.google.errorprone.annotations") {
patchRealModule()
exportAllPackages()
requireAllDefinedDependencies()
}
module("com.google.guava:failureaccess", "com.google.common.util.concurrent.internal")
module("com.google.guava:guava", "com.google.common") {
exportAllPackages()
Expand Down

0 comments on commit a8a52a8

Please sign in to comment.