intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Provide a full list of dependencies used by the Gradle IntelliJ Plugin

Open hsz opened this issue 2 years ago • 0 comments

Provide a complete list of dependencies that the Gradle IntelliJ Plugin requires for running tasks. Such a list could be used for preparing an offline Gradle cache archive so one could run tasks in offline mode and all dependencies added in the task's runtime would be satisfied.

Such a list could be provided as a plain text or dummy build.gradle file with dependencies {} and repositories {} scopes prefilled.

Note, there are dependencies or jars (like IntelliJ Plugin Verifier CLI) that we use in the latest versions thanks to the dynamic resolving by accessing maven-metadata.xml of the given package.

We could introduce a daily task that'll keep such a list up-to-date.

hsz avatar Apr 04 '22 13:04 hsz