dart icon indicating copy to clipboard operation
dart copied to clipboard

Fix error when configuration cache enabled and support gradle 6.6 above

Open doniwinata0309 opened this issue 5 years ago • 3 comments

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 avatar Oct 20 '20 04:10 doniwinata0309

@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 avatar Nov 30 '20 13:11 stephanenicolas

@stephanenicolas thanks for the reply, i just fix the indentation. Let me know if you need anything else.

doniwinata0309 avatar Nov 30 '20 14:11 doniwinata0309

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 ?

doniwinata0309 avatar Jun 10 '21 06:06 doniwinata0309