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

Only one written .txt report for a multi-project build. #41

Closed
romacafe opened this issue Oct 5, 2014 · 3 comments
Closed

Only one written .txt report for a multi-project build. #41

romacafe opened this issue Oct 5, 2014 · 3 comments
Milestone

Comments

@romacafe
Copy link

romacafe commented Oct 5, 2014

Run dependencyUpdate task from the root of a multi-project build, where the plugin is applied to both the root and all sub projects.

The console output correctly captures all projects, however each project writes to build/dependencyUpdates/report.txt, and when I look at that file, it only contains the report for the root project, none of the subs.

I am running with org.gradle.parallel=true

@jochenberger
Copy link
Collaborator

I am running with org.gradle.parallel=true

What happens if you set it to false?

@ben-manes
Copy link
Owner

This might be due to the outputDir being hard coded to build/dependencyUpdates instead of $buildDir/dependencyUpdates. The latter form safely evaluates to the project the plugin is running against.

@jochenberger jochenberger added this to the 0.7 milestone Jan 7, 2015
@jochenberger
Copy link
Collaborator

I'll change that so the outputDir is resolved within the project.

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

3 participants