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

infrastructure: GitHub Actions - enabled setup-java Maven caching #2722

Merged
merged 2 commits into from Dec 13, 2022

Conversation

aSemy
Copy link
Contributor

@aSemy aSemy commented Oct 19, 2022

Enable caching of Maven dependencies using https://github.com/actions/setup-java#caching-maven-dependencies

I expect that this will improve the build times for GitHub Actions, because Dokka uses Maven in the Maven plugin, and in the integration tests. I've enabled the cache for all usages for consistency, and because the GHA cache is fast there's no real disadvantage to caching, even if it isn't needed.

Related to #2711

@aSemy aSemy changed the title [ci/cd] GitHub Actions - enabled setup-java Maven caching build config: GitHub Actions - enabled setup-java Maven caching Oct 19, 2022
@aSemy aSemy changed the title build config: GitHub Actions - enabled setup-java Maven caching infrastructure: GitHub Actions - enabled setup-java Maven caching Nov 4, 2022
Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have no idea how I missed it, it's quite straightforward, thanks

@IgnatBeresnev IgnatBeresnev merged commit 630b34f into Kotlin:master Dec 13, 2022
@aSemy aSemy deleted the feat/gha_maven_caching branch January 29, 2023 01:36
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

Successfully merging this pull request may close these issues.

None yet

2 participants