mirror of
https://github.com/apple/pkl.git
synced 2026-04-25 01:38:34 +02:00
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:
committed by
GitHub
parent
8f83885c75
commit
6cd03c7f56
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user