Skip to content

Add support for BSP's buildTarget/outputPaths method #6985

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

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

povder
Copy link
Contributor

@povder povder commented Jul 28, 2022

This PR adds support for BSP's buildTarget/outputPaths method. That method was introduced in build-server-protocol/build-server-protocol#269. Only a single "output path" is returned by sbt: the value of the target setting converted to URI.

If accepted, I think this PR will be released in 1.8.0 so I added notes into notes/1.8.0 directory.

I updated tests and also invoked buildTarget/outputPaths manually on a real project.

@povder povder force-pushed the bsp_output_paths branch from 7d34009 to 58f0ff6 Compare August 2, 2022 02:31
@povder povder marked this pull request as ready for review August 2, 2022 02:32
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@eed3si9n should we create a 1.8.x branch?

@eed3si9n
Copy link
Member

eed3si9n commented Aug 2, 2022

should we create a 1.8.x branch?

Yeah I guess so. I am also open to backporting this to 1.7.x if we are super sure that this won't break existing builds, plugins, Metals/IntelliJ integrations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants