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
Open
Conversation
…eup.compat.patrouille.gradle.plugin to v0.3.0
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.0->0.3.0Release Notes
GradleUp/tapmoc (com.gradleup.compat.patrouille:com.gradleup.compat.patrouille.gradle.plugin)
v0.3.02025-12-08
java-gradle-pluginaddinggradleApi()in the wrong configuration (#65)com.android.testandcom.android.dynamic-featureplugins (#62, #63)com.gradleup.compat.patrouillelegacy plugin. It was only provided as a helper for the rename (#64)v0.2.02025-11-27
Project is renamed to
tapmoctapmocis backwardscompat! 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.implementationinstead ofapifor thekotlin-stdlibconfiguration of non-JVM tests, fixes a warning when using KGP 2.3.0. (#41)v0.1.02025-10-10
Add support for
com.android.kotlin.multiplatform.libraryin https://github.com/GradleUp/compat-patrouille/pull/31v0.0.32025-10-06
Do not configure
JavaCompiletasks eagerly (https://github.com/GradleUp/compat-patrouille/issues/27)v0.0.22025-08-20
A few bugfixes, upgrades and ergonomics improvements. Many thanks @OliverO2 and @Mr3zee for their feedback in this release.
coreLibrariesVersionhttps://github.com/GradleUp/compat-patrouille/pull/24v0.0.12025-08-11
Version
0.0.1adds two new tasks to check the API and Runtime dependencies and fixes declaring the Kotlin compatibility of common source sets.checkApiDependencies()by @martinbonnin in https://github.com/GradleUp/compat-patrouille/pull/2checkRuntimeDependencies()by @martinbonnin in https://github.com/GradleUp/compat-patrouille/pull/16commonMainandcommonTestsource sets by @martinbonnin in https://github.com/GradleUp/compat-patrouille/pull/7Configuration
📅 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.