Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
com.gradleup.tapmoc:tapmoc-gradle-plugin 0.2.00.4.0 age confidence

Release Notes

GradleUp/tapmoc (com.gradleup.tapmoc:tapmoc-gradle-plugin)

v0.4.0

2025-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 the kotlin-stdlib version by default anymore (#​74).

kotlin-stdlib can be safely upgraded in most cases (Gradle plugins is the exception). Calling checkDependencies() does not check for mismatched kotlin-stdlib versions anymore.

add checkJavaClassFiles(), checkKotlinMetadata() and checkKotlinStdlibs() (#​74).

You may now enable/disable check individually. checkDependencies() is still present and calls both checkJavaClassFiles()and checkKotlinMetadata().

All changes

  • [NEW] Add TapmocExtension.gradle() for configuring Gradle plugins (#​35)
  • [NEW] Checking for kotlin-stdlib versions in dependencies is now a separate check (#​74)
  • [NEW] Fail if the requested Kotlin version is higher than the KGP version (#​72)
  • [UPDATE] Update Gratatouille (#​75)
  • [FIX] Fix getting the java-api and java-runtime for Android (#​74)
  • [FIX] Fix downgrading the kotlin-stdlib version for Android (#​74)

v0.3.2

2025-12-16

  • [NEW] Ignore class files in org/gradle/internal/impldep/META-INF/versions/ (#​68)
  • [FIX] Fix parsing the java version for Java < 5 (#​68)
  • [FIX] Fix downgrading the JVM kotlin-stdlib for KMP projects (#​67, #​69)

v0.3.1

2025-12-09

  • [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)

Many thanks @​simonlebras for catching the com.android.test regression 🙏

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)

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.gradleup.tapmoc-tapmoc-gradle-plugin-0.x branch from 6f20352 to cdbd076 Compare December 9, 2025 20:32
@renovate renovate bot changed the title Update dependency com.gradleup.tapmoc:tapmoc-gradle-plugin to v0.3.0 Update dependency com.gradleup.tapmoc:tapmoc-gradle-plugin to v0.3.1 Dec 9, 2025
@renovate renovate bot force-pushed the renovate/com.gradleup.tapmoc-tapmoc-gradle-plugin-0.x branch from cdbd076 to 84f9063 Compare December 16, 2025 18:41
@renovate renovate bot changed the title Update dependency com.gradleup.tapmoc:tapmoc-gradle-plugin to v0.3.1 Update dependency com.gradleup.tapmoc:tapmoc-gradle-plugin to v0.3.2 Dec 16, 2025
@renovate renovate bot force-pushed the renovate/com.gradleup.tapmoc-tapmoc-gradle-plugin-0.x branch from 84f9063 to 0f4f127 Compare December 29, 2025 21:58
@renovate renovate bot changed the title Update dependency com.gradleup.tapmoc:tapmoc-gradle-plugin to v0.3.2 Update dependency com.gradleup.tapmoc:tapmoc-gradle-plugin to v0.4.0 Dec 29, 2025
@renovate renovate bot force-pushed the renovate/com.gradleup.tapmoc-tapmoc-gradle-plugin-0.x branch from 0f4f127 to 9decb1c Compare December 31, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant