dart
dart copied to clipboard
Fix error when configuration cache enabled and support gradle 6.6 above
This PR only to make henson-plugin compatible with gradle 6.6 above and fix error on gradle configuration cache, the test flow may failed. To generate henson-plugin.jar run ./gradlew henson-plugin:assemble and upload jar on your local artifactory.
- Update to gradle 6.7
- Move some object from execution to configuration task
@doniwinata0309 there is truly little activity in this repo. I can see what I can do this week. Do you mind to reformat the PR to minimize the changes please ? The indentation has changed and it makes it hard to review the PR.
@stephanenicolas thanks for the reply, i just fix the indentation. Let me know if you need anything else.
Hi @stephanenicolas there also another changes need to adjust to support gradle 7 https://github.com/doniwinata0309/dart/commit/1248af9 Is it possible for us to merge those commit ?