mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
refactor(ci): Improves CI build performance with enhanced caching (#923)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,13 @@ module.exports = function withCustomPlugin(config) {
|
||||
// Expo 52 is not setting this
|
||||
// https://github.com/expo/expo/issues/32558
|
||||
config = setGradlePropertiesValue(config, "android.enableJetifier", "true");
|
||||
config = setGradlePropertiesValue(config, "org.gradle.daemon", "true");
|
||||
config = setGradlePropertiesValue(config, "org.gradle.parallel", "true");
|
||||
config = setGradlePropertiesValue(
|
||||
config,
|
||||
"org.gradle.configureondemand",
|
||||
"true",
|
||||
);
|
||||
|
||||
// Increase memory
|
||||
config = setGradlePropertiesValue(
|
||||
|
||||
Reference in New Issue
Block a user