blob: 2a09a765127cc5f9301a847993ed594c421385c5 [file] [log] [blame]
load("@rules_osee//bat:toolchain.bzl","bat_toolchain")
bat_toolchain(
name="local_bat",
target_tool="//cli/bat:bat",
bat_features=["no_config"]
)
toolchain(
name = "local_bat_toolchain",
exec_compatible_with = ["@platforms//os:linux"],
toolchain = ":local_bat",
toolchain_type = "@rules_osee//bat:toolchain_type",
)
package_group(
name = "model",
packages = ["//plugins/org.eclipse.osee.framework.jdk.core"],
)