In our monorepo, if we bump from 0.3.2 to 0.4.3, it can no longer find the configuration:
* Where:
Build file '/Users/knelson/workspace/android/app/app.gradle' line: 5
* What went wrong:
An exception occurred applying plugin request [id: 'com.dropbox.dependency-guard', version: '0.4.3']
> Failed to apply plugin 'com.dropbox.dependency-guard'.
> Could not create task ':app:dependencyGuardBaseline'.
> Error: No configurations provided to Dependency Guard Plugin for project :app
Running with --no-configuration-cache and without does not make a difference.
In our monorepo, if we bump from
0.3.2to0.4.3, it can no longer find the configuration:Running with
--no-configuration-cacheand without does not make a difference.