File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2121checkstyle = " 10.25.0"
2222hadoop = " 3.4.1"
2323iceberg = " 1.9.0" # Ensure to update the iceberg version in regtests to keep regtests up-to-date
24- quarkus = " 3.21.4 "
24+ quarkus = " 3.23.3 "
2525immutables = " 2.10.1"
2626picocli = " 4.7.7"
2727scala212 = " 2.12.19"
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ artifacts {
8989}
9090
9191tasks.named<Test >(" test" ).configure {
92+ maxParallelForks = 4
93+ // enlarge the max heap size to avoid out of memory error
94+ maxHeapSize = " 4g"
9295 // Silence the 'OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader
9396 // classes because bootstrap classpath has been appended' warning from OpenJDK.
9497 jvmArgs(" -Xshare:off" )
You can’t perform that action at this time.
0 commit comments