Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: exclude unnecessary intellij dependecies #376

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

gtoison
Copy link
Contributor

@gtoison gtoison commented Feb 6, 2023

Donwloading all the transitive IntelliJ dependencies takes a very long time on the Github builds, remove some dependencies that we don't seem to need.

The (possibly non exhaustive) list of dependencies we currently need is:

  • execution-impl
  • core
  • analysis-impl
  • editor
  • util
  • util-ui
  • lang
  • project-model
  • extensions
  • java-compiler
  • java-psi
  • ide
  • analysis-impl

Donwloading all the transitive IntelliJ dependecies takes a very long
time on the Github builds, remove some dependencies that we don't seen
to need.

The (possibly non exhaustive) list of dependencies we currently need is:
execution-impl
core
analysis-impl
editor
util
util-ui
lang
project-model
extensions
java-compiler
java-psi
ide
analysis-impl
@gtoison gtoison added comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) comp:build things relative to build,packaging and release process labels Feb 6, 2023
@gtoison gtoison merged commit c603516 into master Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:build things relative to build,packaging and release process comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant