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

Avoid compiling when creating metric manifest #19

Open
ferozco opened this issue Nov 27, 2019 · 1 comment
Open

Avoid compiling when creating metric manifest #19

ferozco opened this issue Nov 27, 2019 · 1 comment

Comments

@ferozco
Copy link
Contributor

ferozco commented Nov 27, 2019

We currently resolve the runtimeClasspath configuration to discover all of metrics produced by dependencies. Unfortunately, this causes all of the project dependencies to compile and produce JARs leading to unnecessary work when updating metrics markdown

@iamdanfox
Copy link
Contributor

IIRC we did something similar with the sls-packaging CreateManifestTask https://github.com/palantir/sls-packaging/blob/develop/gradle-sls-packaging/src/main/groovy/com/palantir/gradle/dist/tasks/CreateManifestTask.java to make sure we could generate the product-dependencies.lock files without compiling stuff too?

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

No branches or pull requests

2 participants