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

Add equoList support for p2deps #100

Open
nedtwigg opened this issue Feb 28, 2023 · 0 comments
Open

Add equoList support for p2deps #100

nedtwigg opened this issue Feb 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nedtwigg
Copy link
Collaborator

nedtwigg commented Feb 28, 2023

Let's say you have this block:

apply plugin: 'dev.equo.p2deps'
p2deps {
  into 'compileOnly', {
    p2repo 'https://download.eclipse.org/eclipse/updates/4.26/'
    install 'org.eclipse.platform.ide.categoryIU'
  }
  into 'buildshipCompileOnly', {
    gradleBuildship()
  }
}

Right now, if you want to debug the dependencies inside either of the p2deps blocks, you have to copy it into an equoIde block before you can run equoList on it.

It would be better if equoList could take an argument like --p2deps=compileOnly. Important to note that there are lots of projects where p2deps is applied but equoIde isn't, and the equoList task ought to be available in both places.

@nedtwigg nedtwigg added the enhancement New feature or request label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant