Skip to content

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

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

fix(deps): update dependency com.gradleup.gratatouille:gratatouille-gradle-plugin to v0.2.2#9
svc-secops wants to merge 1 commit intomainfrom
renovate/gratatouille

Conversation

@svc-secops
Copy link

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.gradleup.gratatouille:gratatouille-gradle-plugin 0.1.2 -> 0.2.2 age adoption passing confidence
com.gradleup.gratatouille:gratatouille-gradle-plugin 0.1.1-SNAPSHOT-cc0251b8b2f1a34608de3c3542056ebd2689ec89 -> 0.2.2 age adoption passing confidence

Release Notes

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

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:

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: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" 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.

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