Add pkl bom module (#1390)

This adds a module that will publish a bom file that will help consumers
align versions for all pkl artifacts using the single bom.
This commit is contained in:
Eduardo Aguilar Moreno
2026-01-05 14:47:28 -08:00
committed by GitHub
parent 8f83885c75
commit 6cd03c7f56
4 changed files with 214 additions and 114 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2024-2025 Apple Inc. and the Pkl project authors. All rights reserved.
* Copyright © 2024-2026 Apple Inc. and the Pkl project authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,6 +19,8 @@ include("bench")
include("docs")
include("pkl-bom")
include("pkl-cli")
include("pkl-codegen-java")