Skip to content

build: Bump all dependencies across every ecosystems #2690

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

Open
wants to merge 5 commits into
base: compose-dev
Choose a base branch
from

Conversation

validcube
Copy link
Member

@validcube validcube commented Aug 3, 2025

Bump dependencies on every ecosystems, optimise the heck out of Gradle from 445s to 189s (on my pc) on gradle assembleDebug (clean build), and make CI work again

@@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx3072m -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: Metaspace arg is added is because metaspace doesn't scale with project memory allocation for some reason.

(default is 384m)

@validcube validcube marked this pull request as ready for review August 3, 2025 13:49
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.

1 participant