Support Gradle's isolated projects feature
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 147
- Forks
- 6
- Avg merge
- 55m
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
I wanted to run the plugin with Gradle `9.7.0` new incubating feature (moved from experimental) => isolated projects.
I applied it to the root project like written in the docs - this however fails with:
```
* What went wrong:
An exception occurred applying plugin request [id: 'com.deezer.caupain', version: '1.9.1']
> Failed to apply plugin 'com.deezer.caupain'.
> Project ':' cannot access 'Project.afterEvaluate' functionality on subprojects via 'allprojects'
```
**Describe the solution you'd like**
Would be nice if the plugin would work with isolated projects enabled.
Contributor guide
Assessment
This issue has not been assessed yet.