Commit Graph
12 Commits
Author SHA1 Message Date
Christoph Obexer 575435b1ea Use the root-qualified :wrapper task (#1064)
Replaces the unqualified `wrapper` task name with the
root-project-qualified
`:wrapper` in the two places this repo names it:

- `.github/workflows/demo-job-summary.yml` — the kotlin-dsl sample
invocation
- `docs/wrapper-validation.md` — the guidance for regenerating an
unverifiable
  `gradle-wrapper.jar`

An unqualified `wrapper` matches the task in every project of a
multi-project
build. The root-qualified form is unambiguous, matches the gradle/gradle
convention, and is required under Configure on Demand.

Part of the org-wide rollout tracked in gradle/gradle-private#5228;
original
issue gradle/gradle#37761.

Signed-off-by: Christoph Obexer <cobexer@gradle.com>
2026-09-07 14:42:32 -06:00
Daz DeBoer 11d4d83c63 Update docs for v6 2026-04-03 15:25:10 -06:00
Zongle Wang 310f24cf39 Bump actions used in docs (#792) 2026-03-23 11:53:33 -06:00
Jerome Prinet 6f229686ee Upgrade gradle/actions to v5 2025-10-01 12:23:40 +02:00
Daz DeBoer b8d9a58677 Document wrapper-validation with Git LFS 2024-12-12 12:04:12 -07:00
daz 82758ea0fa Emphasise notice in wrapper-validation docs 2024-08-12 10:03:35 -06:00
Marcono1234 631bcacd15 Document that setup-gradle performs wrapper validation 2024-08-07 15:30:54 -06:00
daz 895252588e Update docs for v4 release 2024-08-03 16:39:51 -06:00
daz 73f1290de7 Improve docs linked for wrapper-validation failure 2024-08-01 10:59:51 -06:00
daz b644be617f Enable wrapper validation by default
- Add 'allow-snapshot-wrappers' input parameter
- Default 'validate-wrappers' to 'true'

Fixes #12
2024-08-01 10:51:02 -06:00
Daz DeBoer d211a39090 Documentation updates (#187)
* Use consistent YAML syntax in example workflows
* Add link to plugin env vars
2024-04-18 09:39:15 -06:00
daz fa4107aefb Add docs for wrapper-validation action 2024-04-11 09:04:13 -06:00