Update dependency com.gradleup.tapmoc:tapmoc-gradle-plugin to v0.4.0#597
Merged
JakeWharton merged 2 commits intotrunkfrom Feb 12, 2026
Merged
Conversation
6f20352 to
cdbd076
Compare
cdbd076 to
84f9063
Compare
84f9063 to
0f4f127
Compare
0f4f127 to
9decb1c
Compare
9decb1c to
7f49cb1
Compare
7f49cb1 to
f3985b2
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.2.0→0.4.0Release Notes
GradleUp/tapmoc (com.gradleup.tapmoc:tapmoc-gradle-plugin)
v0.4.02025-12-29
New
gradle(String)helper. New, more granular, way to enable/disable the dependencies checks. As well as a couple of important fixes for Android.Add
TapmocExtension.gradle(String)(#35)TapmocExtension.gradle(String)makes it easy to configure compatibility for your Gradle plugins:tapmoc { /** * Sets Java and Kotlin flags according to * https://docs.gradle.org/current/userguide/compatibility.html * * This is equivalent to calling `java(8)` and `kotlin("1.8.0")` */ gradle("8.14") }checkDependencies()does not check thekotlin-stdlibversion by default anymore (#74).kotlin-stdlibcan be safely upgraded in most cases (Gradle plugins is the exception). CallingcheckDependencies()does not check for mismatchedkotlin-stdlibversions anymore.add
checkJavaClassFiles(),checkKotlinMetadata()andcheckKotlinStdlibs()(#74).You may now enable/disable check individually.
checkDependencies()is still present and calls bothcheckJavaClassFiles()andcheckKotlinMetadata().All changes
TapmocExtension.gradle()for configuring Gradle plugins (#35)kotlin-stdlibversions in dependencies is now a separate check (#74)kotlin-stdlibversion for Android (#74)v0.3.22025-12-16
org/gradle/internal/impldep/META-INF/versions/(#68)v0.3.12025-12-09
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)Many thanks @simonlebras for catching the
com.android.testregression 🙏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)Configuration
📅 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.