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
|
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 ofkotlin-stdlibfor Java projects that may rely on Kotlin dependencies. - Use
implementationinstead ofapifor thekotlin-stdlibconfiguration 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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.