Skip to content

Instantly share code, notes, and snippets.

View ReticentIris's full-sized avatar
🍵
Sipping tea.

ReticentIris

🍵
Sipping tea.
View GitHub Profile
@wolfgangmeyers
wolfgangmeyers / BUILD
Last active February 10, 2023 01:39
Eclipse setup script for bazel
java_binary(
name = "annotation_processors_ide",
create_executable = False,
runtime_deps = [
// annotation processor dependencies here
],
)
java_binary(
name = "project_deps",