allure-gradle
allure-gradle copied to clipboard
Do not call project.exec, it's recommended to use ExecOperations.exec
Do not call project.exec, it's recommended to use ExecOperations.exec instead https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
This is basically a copy-paste from the link above to remove one warning related to configuration-cache support.
Checklist
- [x] Sign Allure CLA
- [ ] Provide unit tests