1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

(build) Add test-logger plugin to get better feedback during test execution

This commit is contained in:
Viktor Lofgren
2025-08-29 10:41:35 +02:00
parent b5d27c1406
commit acdf7b4785
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
* when applied to subprojects from the root project, this has to be done in each subproject.
* */
apply plugin: 'java'
apply plugin: 'com.adarshr.test-logger'
test {
maxHeapSize = "8G"