aboutsummaryrefslogtreecommitdiff
path: root/docker/bazel/files/classpath/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'docker/bazel/files/classpath/WORKSPACE')
-rw-r--r--docker/bazel/files/classpath/WORKSPACE5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/bazel/files/classpath/WORKSPACE b/docker/bazel/files/classpath/WORKSPACE
new file mode 100644
index 00000000..d2974805
--- /dev/null
+++ b/docker/bazel/files/classpath/WORKSPACE
@@ -0,0 +1,5 @@
+new_local_repository(
+ name = "lombok_jar",
+ path = "/workspace/classpath",
+ build_file = "BUILD.lombok",
+) \ No newline at end of file