Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

bric3
Copy link
Owner

@bric3 bric3 commented Sep 4, 2025

Follow-up of work in

But use instead GradleUp/nmcp for a finer tuned deployment to central portal.

Copy link

github-actions bot commented Sep 5, 2025

❌ Java CI with Gradle failed:

Copy link

github-actions bot commented Sep 5, 2025

❌ Java CI with Gradle failed:

This was reporting that module was compiled with a higher version of kotlin than used in Gradle :

Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.2.0, expected version is 2.0.0.

Note that this raise the warning :
WARNING: Unsupported Kotlin plugin version.
The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `2.0.21` that might work differently than in the requested version `2.2.0`.
…ncompatibility

This avoids warnings in the build that were introduced
as a workaround (using kotlin 2.2.0) with gradle semver 0.9.0

For reference this was failing with the following message:

Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.2.0, expected version is 2.0.0.

Note that this raise the warning :
WARNING: Unsupported Kotlin plugin version.
The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `2.0.21` that might work differently than in the requested version `2.2.0`.
Copy link

❌ Java CI with Gradle failed:

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