Hi all 👋
Quick question regarding the GSoC project IntelliJ Platform Gradle Plugin – Gradle Reporting and Parallel Verifications. While exploring the verifyPlugin task, I noticed it delegates all verification work to the CheckPluginTask in intellij-plugin-verifier, which is available through the verifier CLI.
Given that all the actual reporting and verification logic lives in the verifier CLI, I’m wondering:
Is the scope of this GSoC project limited to the intellij-platform-gradle-plugin
, or does it also allow (or expect) changes to be made in the verifier-cli?
Really want to make sure I am on the right track before proposing design ideas. Thanks!
@Jakub Chrzanowski