Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
restingbull committed Jun 5, 2024
1 parent ec09b00 commit f21cf3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/starlark/core/repositories/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ release_archive(
srcs = [
"BUILD.com_github_google_ksp.bazel",
"BUILD.com_github_jetbrains_kotlin.bazel",
"BUILD.kotlin_capabilities.bazel",
"bzlmod_impl.bzl",
"compiler.bzl",
"ksp.bzl",
Expand Down
5 changes: 4 additions & 1 deletion src/main/starlark/core/repositories/kotlin/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ load("//src/main/starlark/release:packager.bzl", "release_archive")

release_archive(
name = "pkg",
srcs = glob(["capabilities_*.bazel"]),
srcs = glob([
"capabilities_*.bazel",
"artifacts.bzl",
]),
src_map = {
"BUILD.release.bazel": "BUILD",
},
Expand Down

0 comments on commit f21cf3b

Please sign in to comment.