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

Make Gradle builds faster #425

Open
6 tasks
alexander-yevsyukov opened this issue Oct 30, 2022 · 2 comments
Open
6 tasks

Make Gradle builds faster #425

alexander-yevsyukov opened this issue Oct 30, 2022 · 2 comments
Labels
/Build Build tasks /Meta A small subproject or an area of improvement performence Making things go easier and faster tech. debt What made us slow in dev?
Milestone

Comments

@alexander-yevsyukov
Copy link
Contributor

alexander-yevsyukov commented Oct 30, 2022

This is a meta issue and a checklist with tasks to make our Gradle builds faster across all repositories.

  • (Ironically) Find a Gradle plugin that measures time required the whole build pass successfully.
    We need to measure what we do.

  • Apply filtering for only io.spine.* artifacts when mavenLocal() is used
    according to advices from “The case for mavenLocal().

  • Find out what it costs to use Gradle Enterprise (@alexander-yevsyukov is already on it).

  • Analyze what detekt does to run its build faster.
    What do don't do what they do?

  • Find other projects of Gradle plugins,
    and see what they do about testing their plugins. What do we need to change the way we work?

  • We also need to Run builds at GitHub faster #426.
    We update subprojects often. We wait for publishing far too long.

@alexander-yevsyukov alexander-yevsyukov added performence Making things go easier and faster /Build Build tasks tech. debt What made us slow in dev? labels Oct 30, 2022
@alexander-yevsyukov alexander-yevsyukov added this to the M1 milestone Oct 30, 2022
@alexander-yevsyukov
Copy link
Contributor Author

@armiol, @dmdashenkov, @yevhenii-nadtochii, FYI.

@alexander-yevsyukov alexander-yevsyukov added the /Meta A small subproject or an area of improvement label Oct 30, 2022
@alexander-yevsyukov alexander-yevsyukov changed the title [Meta] Make Gradle builds faster Make Gradle builds faster Oct 30, 2022
@alexander-yevsyukov
Copy link
Contributor Author

Gradle Doctor helps in some of the things we need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
/Build Build tasks /Meta A small subproject or an area of improvement performence Making things go easier and faster tech. debt What made us slow in dev?
Projects
None yet
Development

No branches or pull requests

1 participant