Open Vladislav0Art opened 5 months ago
Hey this is because our plugin ID contains jetbrains
and the validator does not recognize it as part of jetbrains product. We have always seen this warning from marketplace validators. But, if I am not mistaken, @NikolaiSviridov has resolved the warning in the marketplace.
Probably related to this issue:
For Kotlin support, I have to add a line to the plugin.xml
.
<depends>org.jetbrains.kotlin</depends>
For some reason, after this, the logo gf the plugin changes. From the original one to elephant.
https://github.com/JetBrains-Research/TestSpark/pull/223#pullrequestreview-2081522356
Yes, there was a small discussion related to jetbrains
word in ID. We shouldn't worry about it on the marketplace side (it's already solved by hand and will not appear in the future). There is, probably, a way to ignore it locally via Gradle itself. I can check it later
Describe the bug The build trace (I found it on the GitHub Actions pipeline) contained the following:
The full build log:
To Reproduce Steps to reproduce the behavior:
Expected behavior We do not want a warning during the build, or at least we need to clarify explicitly that this warning is not a problem.