Downgrade Kotlin to 2.3.0, upgrade to Micronaut 4, switch distribution to JitPack - #2
Merged
Merged
Conversation
Add a build.gradle (Groovy) example alongside the existing build.gradle.kts one, and clarify that GitHub Packages needs a PAT with read:packages scope, not an account password.
JitPack lets consumers add this as a normal Gradle dependency with zero credentials (like mavenCentral()), building on demand from GitHub tags/ releases. Drop the GitHub Packages publish workflow and repository config (no longer needed — JitPack requires no CI publish step) and update the README installation instructions accordingly. Verified `gradlew build` and `gradlew publishToMavenLocal` still succeed with the simplified maven-publish config JitPack relies on.
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
io.micronaut.platform:micronaut-platformBOM,micronaut-validationmoved to theio.micronaut.validationgroup,micronaut-jackson-databindadded explicitly since Micronaut 4 no longer pulls Jackson in transitively)build.gradle) usage alongside the existing Kotlin DSL example in the READMETest plan
gradle buildandgradle publishToMavenLocalverified locally (temporarily built under JDK 21, the only JDK available in the sandbox, before restoring the committedtargetJvm=25config)ci.yml) passes on GitHub Actions with real JDK 25Generated by Claude Code