Open mvilliger opened 3 years ago
@mvilliger, unfortunately, for now, it is not possible to set a third-party repository as a source for the dependencies. However, you can run the verifier in offline mode and provide all dependencies in front.
Ah ok. Thank you very much for the fast response!
The issue to track: https://youtrack.jetbrains.com/issue/MP-3343
I have an IntelliJ plugin which depends on other company internal plugins. The dependencies are configured in the plugin.xml as follows:
The two custom plugins are deployed to a company internal custom plugin repository.
Accordingly I have a build.gradle.kts file that lists these plugins along with the custom plugin URL:
When running the gradle task like "gradle clean buildPlugin runPluginVerifier -s -i" it fails to find the custom plugin dependencies. The log shows the following messages and the build fails:
Is my custom pluginsRepo configuration wrong? Or is it necessary to pass this information over to the pluginVerifier somehow?
Thanks