File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# Enrich gradle.properties for CI/CD
11
11
env :
12
- GRADLE_OPTS : -Dorg.gradle.jvmargs="-Xmx3072m -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError" -Dkotlin.daemon.jvm.options="-Xmx2560m " -Dkotlin.incremental=false
12
+ GRADLE_OPTS : -Dorg.gradle.jvmargs="-Xmx5g -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError" -Dkotlin.daemon.jvm.options="-Xmx3g " -Dkotlin.incremental=false
13
13
CI_GRADLE_ARG_PROPERTIES : --stacktrace -PpreDexEnable=false --max-workers 4 --no-daemon
14
14
15
15
jobs :
Original file line number Diff line number Diff line change @@ -331,6 +331,10 @@ ext.initScreenshotTests = { project ->
331
331
}
332
332
}
333
333
334
+ tasks. withType(Test ) {
335
+ maxHeapSize = " 2g"
336
+ }
337
+
334
338
// Workaround to have KSP generated Kotlin code available in the IDE (for code completion)
335
339
// Ref: https://github.com/airbnb/epoxy/releases/tag/5.0.0beta02
336
340
subprojects { project ->
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ dependencies {
216
216
217
217
implementation libs. google. phonenumber
218
218
219
- rustCryptoImplementation(" org.matrix.rustcomponents:crypto-android:0.3.10 " )
219
+ rustCryptoImplementation(" org.matrix.rustcomponents:crypto-android:0.3.14 " )
220
220
// rustCryptoApi project(":library:rustCrypto")
221
221
222
222
testImplementation libs. tests. junit
Original file line number Diff line number Diff line change 17
17
<issue id =" IconDuplicatesConfig" severity =" error" />
18
18
<issue id =" IconDuplicates" severity =" error" />
19
19
<issue id =" IconExpectedSize" severity =" error" />
20
- <issue id =" LocaleFolder" severity =" error " />
20
+ <issue id =" LocaleFolder" severity =" ignore " />
21
21
22
22
<!-- AlwaysShowAction is considered as an error to force ignoring the issue when detected -->
23
23
<issue id =" AlwaysShowAction" severity =" error" />
You can’t perform that action at this time.
0 commit comments