Skip to content

fix(deps): update dependency com.gradleup.gratatouille:gratatouille-gradle-plugin to v0.2.3 - #9

Open
svc-secops wants to merge 1 commit into
mainfrom
renovate/gratatouille
Open

svc-secops wants to merge 1 commit into
mainfrom
renovate/gratatouille

Conversation

@svc-secops

@svc-secops svc-secops commented Mar 3, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.gradleup.gratatouille:gratatouille-gradle-plugin 0.1.20.2.3 age adoption passing confidence
com.gradleup.gratatouille:gratatouille-gradle-plugin 0.1.1-SNAPSHOT-cc0251b8b2f1a34608de3c3542056ebd2689ec890.2.3 age adoption passing confidence

Release Notes

GradleUp/gratatouille (com.gradleup.gratatouille:gratatouille-gradle-plugin)

v0.2.3

2026_05_22

Make generated code compatible with Gradle 9 nullability annotations (#​97).

v0.2.2

2026_01_14

Small-ish version with 2 bug fixes:

  • [FIX] fix addDependency = false (#​92, #​93)
  • [FIX] Remove kotlin-test dependency from gratatouille-runtime (#​95)

v0.2.1

2025_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.0

2025_12_22

This release simplifies the Gradle configuration and adds support for generating Settings plugins, alongside a few other fixes.

com.gradleup.gratatouille.wiring is replaced by com.gradleup.gratatouille for simplicity.

plugins {
  // Replace 
  id("com.gradleup.gratatouille.wiring")
  // With
  id("com.gradleup.gratatouille")
}

Similarly, gratatouille-wiring-runtime is now just gratatouille-runtime:

dependencies {
  // Replace 
  implementation("gratatouille-wiring-runtime")
  // With
  implementation("gratatouille-runtime")
}

You'll also need to replace the package:

// Replace
import gratatouille.wiring.*
// With
import gratatouille.*

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:

  • [NEW] Add support for settings plugins in #​87
  • [BREAKING] Merge the com.gradleup.gratatouille.wiring and the com.gradleup.gratatouille plugins and simplifiy configuration in #​84
  • [FIX] Allow digits in the isolated classloader configuration name in #​80
  • [FIX] Remove json dependency in the wiring runtime in #​82
  • [FIX] Change configurations.all to configurations.configureEach in #​81

v0.1.3

2025_11_04

Maintenance release.

Brings back group and description in generated code because it's easy to configure everything in one place, add pluginLocalPublication() 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)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • "after 8am and before 4pm on tuesday"

🚦 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.

@svc-secops
svc-secops force-pushed the renovate/gratatouille branch from ef5bca9 to 8f9fa1a Compare May 25, 2026 11:06
@svc-secops svc-secops changed the title fix(deps): update dependency com.gradleup.gratatouille:gratatouille-gradle-plugin to v0.2.2 fix(deps): update dependency com.gradleup.gratatouille:gratatouille-gradle-plugin to v0.2.3 May 25, 2026
@svc-secops
svc-secops force-pushed the renovate/gratatouille branch from 8f9fa1a to 6bb385e Compare June 23, 2026 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant