Skip to content

Instantly share code, notes, and snippets.

@Morfly
Created February 20, 2022 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Morfly/4f20b15a80938c989fd80ce721f6c487 to your computer and use it in GitHub Desktop.
Save Morfly/4f20b15a80938c989fd80ce721f6c487 to your computer and use it in GitHub Desktop.
load("@rules_java//java:defs.bzl", "java_library")
java_library(
name = "my-feature",
srcs = ["src/io/morfly/bfa/MyFeature.java"],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment