Skip to content

Commit 1d5ade8

Browse files
j2objc-copybaracopybara-github
authored andcommitted
Add error prone jar to fix build issue in the public.
https://screenshot.googleplex.com/5iA4VyE68Sk7ZPs PiperOrigin-RevId: 626160357
1 parent 6ea57de commit 1d5ade8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

translator/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ BASE_PACKAGE = com/google/devtools/j2objc
3434

3535
DIST_DEPS = $(JSR305_JAR) j2objc_annotations.jar
3636
INTERNAL_DEPS = $(GUAVA_JAR) $(JSR305_JAR) $(PROCYON_JARS) $(SCENELIB_JAR) \
37-
$(PLUME_UTIL_JAR) $(FLOGGER_JARS) $(JSPECIFY_JAR)
37+
$(PLUME_UTIL_JAR) $(FLOGGER_JARS) $(JSPECIFY_JAR) \
38+
$(ERROR_PRONE_ANNOTATIONS_JAR)
3839
ifdef JAVA_8
3940
INTERNAL_DEPS += $(JAVAC_JAR)
4041
endif

0 commit comments

Comments
 (0)