android icon indicating copy to clipboard operation
android copied to clipboard

Missing custom local dependencies should fail the build

Open vmutafov opened this issue 6 years ago • 0 comments

Currently, if in the app.gradle there is a custom dependency like: implementation fileTree(dir: '/test/test', include: ['test.jar']) and it is not on the file system, the build should fail instead of finishing and failing at runtime.

vmutafov avatar Jul 17 '19 20:07 vmutafov