Skip to content

Refine Makefile help and wrapper upgrade#3

Merged
pambrose merged 4 commits into
masterfrom
makefile-tweaks
Jul 11, 2026
Merged

Refine Makefile help and wrapper upgrade#3
pambrose merged 4 commits into
masterfrom
makefile-tweaks

Conversation

@pambrose

Copy link
Copy Markdown
Member

Summary

  • Simplify VERSION/GRADLE_VERSION parsing using sed instead of awk
  • Reformat the help target output (new header, wider column)
  • Make upgrade-wrapper run the documented two-pass Gradle wrapper upgrade

Test plan

  • make help renders the target list cleanly
  • make (no args) prints help
  • make upgrade-wrapper runs ./gradlew wrapper ... twice as expected

🤖 Generated with Claude Code

pambrose and others added 4 commits May 15, 2026 09:13
Simplify VERSION/GRADLE_VERSION parsing with sed, reformat the help target
for clarity, and make upgrade-wrapper run the two-pass Gradle wrapper
upgrade as documented.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Upgrade Gradle wrapper to 9.6.1, Kotlin to 2.4.0, Ktor to 3.5.1, and
Vapi4k to 1.8.0. Extract Kotlin, Ktor, and dependency-updates setup into
configureKotlin/configureKtor/configureVersions helpers, and replace the
suffix-list pre-release check with a delimiter-aware regex that only
rejects unstable candidates when the current version is stable. Rename
the Makefile `versioncheck` target to `versions`.
@pambrose
pambrose merged commit 9805168 into master Jul 11, 2026
1 check passed
@pambrose
pambrose deleted the makefile-tweaks branch July 11, 2026 06:43
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