Skip to content

Conversation

@wakingrufus
Copy link
Member

@wakingrufus wakingrufus commented Nov 14, 2025

The plugin should add dependencies on the core library of the same version. However, there are 2 edge cases:

  1. tests, where jar packaging with a version has not been done
  2. the core library is published to maven central, whereas the plugin is published to Gradle Plugin Portal. Maven central has a much longer delay, so for a while, there is a state where the plugin is available, but the corresponding core library is not yet available. In this case, we can match to the latest version of the same major version, which will solve the problem for any users who use dynamic minor or patch versions.

@wakingrufus wakingrufus marked this pull request as ready for review November 14, 2025 21:19
…ion only

The plugin should add dependencies on the core library of the same version. However, there are 2 edge cases:
1) tests, where jar packaging with a version has not been done
2) the core library is published to maven central, whereas the plugin is published to Gradle Plugin Portal. Maven central has a much longer delay, so for a while, there is a state where the plugin ios available, but the corresponding core library is not yet available. In this case, we can match to the latest version of the same major version, which will solve the problem for any users who use dynamic minor or patch versions.
@wakingrufus wakingrufus merged commit 7197f6f into main Nov 18, 2025
3 checks passed
@wakingrufus wakingrufus deleted the fix-core-version branch November 18, 2025 16:22
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.

2 participants