Skip to content

Commit

Permalink
update clwb BUILD file
Browse files Browse the repository at this point in the history
  • Loading branch information
xuansontrinh committed Oct 5, 2024
1 parent 7f5a369 commit 4d012c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions clwb/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ repackaged_files(
java_copts = ["-source", "8", "-target", "8"],
)

repackaged_files(
name = "aspect_template_directory",
srcs = ["//aspect_template:aspect_files"],
prefix = "clwb/aspect_template",
strip_prefix = "/aspect_template",
visibility = CLWB_PACKAGES_VISIBILIY,
java_copts = ["-source", "8", "-target", "8"],
)

repackaged_files(
name = "clwb_bazel_gdbserver_wrapper",
srcs = ["//clwb:gdbserver_wrapper"],
Expand All @@ -115,6 +124,7 @@ intellij_plugin_debug_target(
name = "clwb_bazel_dev",
deps = [
":aspect_directory",
":aspect_template_directory",
":clwb_bazel_gdbserver_wrapper",
":plugin_jar",
],
Expand All @@ -124,6 +134,7 @@ plugin_deploy_zip(
name = "clwb_bazel_zip",
srcs = [
":aspect_directory",
":aspect_template_directory",
":clwb_bazel_gdbserver_wrapper",
":plugin_jar",
],
Expand Down

0 comments on commit 4d012c9

Please sign in to comment.