Add pkl project package --install to local cache (#1795)

This commit is contained in:
Jen Basch
2026-07-30 07:26:21 +00:00
committed by GitHub
parent 8ad5759630
commit 2ca2aaf9ec
12 changed files with 215 additions and 11 deletions
+6
View File
@@ -670,6 +670,12 @@ Example: `--test-reporter minimal` +
Which test reporter to use for CLI output. Possible values are `spec` and `minimal`.
====
.--install
[%collapsible]
====
Install the built package into the module cache dir.
====
This command also takes <<common-options,common options>>.
[[command-project-resolve]]
+7
View File
@@ -694,6 +694,13 @@ Example: `reporter = "minimal"` +
Which test reporter to use for CLI output. Possible values are `"spec"` and `"minimal"`.
====
.install: Property<Boolean>
[%collapsible]
====
Default: `false` +
Install the built package into the module cache dir.
====
Common properties:
include::../partials/gradle-common-properties.adoc[]