chore(deps): update dependency com.gradleup.compat.patrouille to v0.2.0 - autoclosed

This MR contains the following updates:

Package Change Age Confidence
com.gradleup.compat.patrouille 0.1.0 -> 0.2.0 age confidence

Release Notes

GradleUp/tapmoc (com.gradleup.compat.patrouille)

v0.2.0

2025-11-27

Project is renamed to tapmoc

tapmoc is backwards compat! Many thanks @​JakeWharton for the nice name 💙

You'll need to update your plugin id and extension block:

plugins {
  // Replace
  id("com.gradleup.compat.patrouille").version("0.1.0")
  // With 
  id("com.gradleup.tapmoc").version("0.2.0")
}

// replace 
compatPatrouille {
  java(17)
  kotlin("2.0.0")
}

// with 
tapmoc {
  java(17)
  kotlin("2.0.0")
}

Other changes

  • TapmocExtension::kotlin() may now be called even if KGP is not present in the build classpath (#​42). This makes it easier to use tapmoc in a central convention plugin. It also allows checking runtime dependencies for incompatible usages of kotlin-stdlib for Java projects that may rely on Kotlin dependencies.
  • Use implementation instead of api for the kotlin-stdlib configuration of non-JVM tests, fixes a warning when using KGP 2.3.0. (#​41)
  • Make the plugin uses lazier Gradle APIs (#​33, #​34), many thanks @​simonlebras.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading