fix(deps): update dependency com.gradleup.gratatouille:gratatouille-gradle-plugin to v0.2.3 - #9
Open
svc-secops wants to merge 1 commit into
Open
svc-secops wants to merge 1 commit into
svc-secops wants to merge 1 commit into
Conversation
svc-secops
force-pushed
the
renovate/gratatouille
branch
from
May 25, 2026 11:06
ef5bca9 to
8f9fa1a
Compare
…radle-plugin to v0.2.3
svc-secops
force-pushed
the
renovate/gratatouille
branch
from
June 23, 2026 12:03
8f9fa1a to
6bb385e
Compare
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.
This PR contains the following updates:
0.1.2→0.2.30.1.1-SNAPSHOT-cc0251b8b2f1a34608de3c3542056ebd2689ec89→0.2.3Release Notes
GradleUp/gratatouille (com.gradleup.gratatouille:gratatouille-gradle-plugin)
v0.2.32026_05_22
Make generated code compatible with Gradle 9 nullability annotations (#97).
v0.2.22026_01_14
Small-ish version with 2 bug fixes:
addDependency = false(#92, #93)kotlin-testdependency fromgratatouille-runtime(#95)v0.2.12025_12_25
Hotfix release to make it possible for plugins built with Gratatouille > 0.2.0 to work with the ones built with Gratatouille < 0.2.0 (#90)
v0.2.02025_12_22
This release simplifies the Gradle configuration and adds support for generating
Settingsplugins, alongside a few other fixes.com.gradleup.gratatouille.wiringis replaced bycom.gradleup.gratatouillefor simplicity.plugins { // Replace id("com.gradleup.gratatouille.wiring") // With id("com.gradleup.gratatouille") }Similarly,
gratatouille-wiring-runtimeis now justgratatouille-runtime:dependencies { // Replace implementation("gratatouille-wiring-runtime") // With implementation("gratatouille-runtime") }You'll also need to replace the package:
Code generation is now enabled automatically if KSP is applied:
gratatouille { // Remove codeGeneration() // If you need to configure some parameters, those are now top level: // Replace codeGeneration { addDependencies = false } // With addDependencies = false }👷♂️ All changes:
com.gradleup.gratatouille.wiringand thecom.gradleup.gratatouilleplugins and simplifiy configuration in #84v0.1.32025_11_04
Maintenance release.
Brings back
groupanddescriptionin generated code because it's easy to configure everything in one place, addpluginLocalPublication()to make Gratatouille generated plugins work better when used in included builds and more lazy API usages courtesy of @simonlebras, many thanks 🙏All changes
Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.