diff options
Diffstat (limited to 'docker/bazel/files/BUILD')
-rw-r--r-- | docker/bazel/files/BUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docker/bazel/files/BUILD b/docker/bazel/files/BUILD index b01da26d..4a9c7655 100644 --- a/docker/bazel/files/BUILD +++ b/docker/bazel/files/BUILD @@ -6,13 +6,13 @@ java_binary( ) java_plugin( - name = "lombok_plugin", - processor_class = "lombok.launch.AnnotationProcessorHider$AnnotationProcessor", - deps = ["@lombok_jar//jar"], + name = "lombok_plugin", + processor_class = "lombok.launch.AnnotationProcessorHider$AnnotationProcessor", + deps = ["@lombok_jar//:jar"], ) java_library( - name = "lombok", - exports = ["@lombok_jar//jar"], - exported_plugins = [":lombok_plugin"], + name = "lombok", + exports = ["@lombok_jar//:jar"], + exported_plugins = [":lombok_plugin"], )
\ No newline at end of file |