Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor expected outcome file names in Android Cache Fix Gradle Plugin #694

Open
clayburn opened this issue Apr 18, 2024 · 0 comments
Open

Comments

@clayburn
Copy link
Member

clayburn commented Apr 18, 2024

In Android Cache Fix Gradle Plugin, we have a set of expected outcome files here: https://github.com/gradle/android-cache-fix-gradle-plugin/tree/main/src/test/resources/expectedOutcomes

The file names match different versions of AGP. The result is that we have to change these filenames every time a new version of AGP comes in. This becomes quite tedious for example when Google releases alpha/beta versions of a specific release.

Instead, since we keep one of these files for each major/minor version pairing, it would be nice if the files simply followed the format <major>.<minor>_outcomes.json. This would reduce some of the tedium of keeping Android Cache Fix Gradle Plugin up to date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant