Upgrade Gradle wrapper, bump dependencies, and refactor build#16
Merged
Conversation
- Upgrade the Gradle wrapper 9.5.1 -> 9.6.1 - Bump JVM toolchain to 25 and update detekt, Kotest, Ktor, readingbat-core, and common-utils in the version catalog - Refactor build.gradle.kts into configure* extension functions, switch the fat jar to Ktor's fatJar block, and add the unused-return-value checker to production compilation - Drop the obsolete Heroku Makefile targets and tidy upgrade-wrapper Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Match the JVM toolchain (jvm = 25) so the lint and test jobs run on the same Java version the build targets. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Challenge.correctAnswers is now a suspend function rather than a property; invoke it as correctAnswers() in the correct-answers test. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Build and tooling maintenance, split out from the documentation PR (#15).
9.5.1→9.6.1.2.0.0-alpha.3→2.0.0-alpha.5), Kotest (6.1.11→6.2.1), Ktor (3.5.0→3.5.1), readingbat-core (3.1.8→3.2.1), and common-utils (2.9.0→2.9.3) in the version catalog.build.gradle.ktsintoconfigure*extension functions, switch the fat jar to Ktor'sfatJarblock, and add the unused-return-value checker to production compilation.upgrade-wrapper.Notes
🤖 Generated with Claude Code