Skip to content

Commit ea019d4

Browse files
meteorcloudycopybara-github
authored andcommitted
Fixes turbine target
Fix merging of #19472 RELNOTES: None PiperOrigin-RevId: 565033337 Change-Id: Ia4020e87e5cf4f9846b801a2203f4931f1ce5205
1 parent 9f63eb8 commit ea019d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

third_party/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,14 +583,14 @@ alias(
583583
actual = "@maven//:org_mockito_mockito_core",
584584
)
585585

586-
filegroup(
586+
alias(
587587
name = "turbine_direct",
588-
srcs = ["turbine/turbine_direct.jar"],
588+
actual = "@maven//:com_google_turbine_turbine",
589589
)
590590

591-
java_import(
591+
alias(
592592
name = "turbine",
593-
jars = ["turbine/turbine_direct.jar"],
593+
actual = "@maven//:com_google_turbine_turbine",
594594
)
595595

596596
java_library(

0 commit comments

Comments
 (0)