Update plugin gratatouille to v0.2.1#1599
Merged
martinbonnin merged 2 commits intomainfrom Dec 27, 2025
Merged
Conversation
af7eb0f to
c647ee2
Compare
c647ee2 to
3fda1b7
Compare
3fda1b7 to
912160a
Compare
912160a to
802b232
Compare
802b232 to
bba9b9b
Compare
bba9b9b to
08867d5
Compare
08867d5 to
36be86e
Compare
36be86e to
5c0e4a8
Compare
5c0e4a8 to
4471822
Compare
4471822 to
366858e
Compare
366858e to
367cf2f
Compare
367cf2f to
84c1f1a
Compare
84c1f1a to
18de4f2
Compare
18de4f2 to
535b6fa
Compare
535b6fa to
7c0ff4a
Compare
7c0ff4a to
a90a76b
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.0.4->0.2.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
GradleUp/gratatouille (com.gradleup.gratatouille)
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
v0.1.22025_08_27
groupanddescriptionfrom the codegen. It is very easy to set those outside of Gratatouille (#69)v0.1.12025-08-20
GInputFilesby @martinbonnin in #55v0.1.02025-06-30
v0.0.102025-06-11
com.gradleup.gratatouillefor simple cases.com.gradleup.gratatouilleandcom.gradleup.gratatouille.tasksfor classloader isolation cases.gratatouille-wiring-runtimefor the wiring.gratatouille-tasks-runtimefor the tasks.v0.0.92025-05-31
v0.0.82025-05-14
v0.0.72025-04-25
v0.0.62025-04-25
@Classpathfor classpath properties (#29)v0.0.52025-04-16
@GPlugin,@GExtensionand@GFileNameConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.