Open
Description
What happened?
Hi
I have created this repo in which the issue is reproducible.
Basically with 2.3.0 things work and with 2.4.0 I am getting:
'org.apache.commons.compress.archivers.tar.TarArchiveEntry org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getNextEntry()'
after a short investigation, I saw that the plugin structure is bringing a different Apache-commons-compress dependency, and it caused the error since another plugin expects the public one. The versions are the same, but the dependencies are not:
Relevant log output or stack trace
Steps to reproduce
Run this repo:
https://github.com/Jonatha1983/240-dependencies-bug
Gradle IntelliJ Plugin version
2.4.0
Gradle version
8.13
Operating System
None