gradle-offline-dependencies-plugin icon indicating copy to clipboard operation
gradle-offline-dependencies-plugin copied to clipboard

Support parallel builds with multiple projects using the same output directory

Open lukecwik opened this issue 6 years ago • 1 comments

It is very convenient to have one offline repository that is at the root of the project instead of one per sub project. Currently the plugin fails because multiple sub-projects attempt to copy the same resource to the same directory and fail:

java.io.IOException: Failed to copy full contents from '~/.m2/repository/com/google/guava/guava/18.0/guava-18.0.pom' to 'offline-repository/com/google/guava/guava/18.0/guava-18.0.pom'

lukecwik avatar Jan 09 '18 21:01 lukecwik

I also have this issue. Currently I have to disable parallel when that task is executed.

realPyR3X avatar Dec 23 '18 04:12 realPyR3X