Closed sschuberth closed 2 months ago
The error looks like something that is happening in the Kotlin plugin. Can you please provide a reproducer?
This – https://github.com/jjohannes/gradle-project-setup-howto/tree/kotlin – is a project with:
jvm-dependency-conflict-resolution
plugin2.0.20
of Kotlin pluginI do not get any errors in that project.
When I created this, I was able to reproduce the issue with https://github.com/oss-review-toolkit/ort/tree/jvm-dependency-conflict-resolution and running ./gradlew assemble
(I believe). However, when I just tried again, I cannot reproduce this anymore. But maybe that's just because of some cached result being reused on my end?
Alright. I am closing this issue. Feel free to comment again or open a new issue if you have a reproducer that indicates that there is a problem in this plugin.
With version 2.1.2 of the
org.gradlex.jvm-dependency-conflict-detection
plugin running on Gradle 8.10 and Kotlin 2.0.20 I'm getting: