Skip to content

fix(build): distribute the Gradle wrapper - #1061

Open
fglock wants to merge 1 commit into
masterfrom
fix/track-gradle-wrapper
Open

fix(build): distribute the Gradle wrapper#1061
fglock wants to merge 1 commit into
masterfrom
fix/track-gradle-wrapper

Conversation

@fglock

@fglock fglock commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • track the official Gradle 9.2.1 wrapper scripts, jar, and properties
  • make the documented git clone; make workflow work without a separately installed Gradle
  • declare the generated Windows wrapper's CRLF format explicitly

Problem

gradlew, gradlew.bat, and gradle/wrapper/* were ignored and absent from
Git even though the installation guide lists the included wrapper as a
prerequisite. Fresh clones and worktrees therefore could not run make unless
a compatible system Gradle happened to be installed and usable.

Validation

  • generated with installed Gradle using gradle wrapper --gradle-version 9.2.1 --distribution-type bin
  • ./gradlew --version: Gradle 9.2.1
  • make: BUILD SUCCESSFUL in 3m37s, all 17 tasks executed
  • warning/deprecation/failure scan: zero lines
  • git diff --check: clean

The generated Gradle copyright, Apache-2.0 license, and SPDX notices are
preserved unchanged.

Track the documented Gradle 9.2.1 wrapper so a fresh clone and a fresh Git
worktree can run make without requiring an independently installed Gradle.

Preserve the generated wrapper copyright and Apache license notices.

Generated with [OpenAI Codex](https://openai.com/codex/)

Co-Authored-By: OpenAI Codex <codex@openai.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant