codecharta
codecharta copied to clipboard
Change how we handle cache in gradle tasks
Feature request
With the upgrade to gradle 8 we enable caching, meaning all builds and executed tests are cached and only executed again when necessary. This creates the problem of working with flaky tests, as they are not executed again after they passed once.
Description
As a developer, I want to be able to execute tests without cache so that i can more easily work to fix flaky tests.
Acceptance criteria
- EITHER create new tasks for build and test that run with the cache disabled
- OR if that is not possible disable the cache entirely
Assumptions & Exclusions
Development notes (optional Task Breakdown)
- [ ]
- [ ]
- [ ]