Skip to content

fix(deps): update dependency com.gradleup.compat.patrouille:com.gradleup.compat.patrouille.gradle.plugin to v0.3.0#8

Open
svc-secops wants to merge 1 commit intomainfrom
renovate/compat.patrouille
Open

fix(deps): update dependency com.gradleup.compat.patrouille:com.gradleup.compat.patrouille.gradle.plugin to v0.3.0#8
svc-secops wants to merge 1 commit intomainfrom
renovate/compat.patrouille

Conversation

@svc-secops
Copy link

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.gradleup.compat.patrouille:com.gradleup.compat.patrouille.gradle.plugin 0.0.0 -> 0.3.0 age adoption passing confidence

Release Notes

GradleUp/tapmoc (com.gradleup.compat.patrouille:com.gradleup.compat.patrouille.gradle.plugin)

v0.3.0

2025-12-08

  • [NEW] Add a specific error message to warn about java-gradle-plugin adding gradleApi() in the wrong configuration (#​65)
  • [FIX] Support for com.android.test and com.android.dynamic-feature plugins (#​62, #​63)
  • [BREAKING] Remove com.gradleup.compat.patrouille legacy plugin. It was only provided as a helper for the rename (#​64)

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.

v0.1.0

2025-10-10
Add support for com.android.kotlin.multiplatform.library in https://github.com/GradleUp/compat-patrouille/pull/31

v0.0.3

2025-10-06

Do not configure JavaCompile tasks eagerly (https://github.com/GradleUp/compat-patrouille/issues/27)

v0.0.2

2025-08-20

A few bugfixes, upgrades and ergonomics improvements. Many thanks @​OliverO2 and @​Mr3zee for their feedback in this release.

v0.0.1

2025-08-11

Version 0.0.1 adds two new tasks to check the API and Runtime dependencies and fixes declaring the Kotlin compatibility of common source sets.


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 this update again.


This PR has been generated by Renovate Bot.

…eup.compat.patrouille.gradle.plugin to v0.3.0
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