dropbox / dropbox/dependency-guard
Bumping version results in configuration error
- Dominant language
- Kotlin
- Stars
- 493
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.