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

@@ -6,6 +6,7 @@ plugins {
// This is a workaround for a bug in the Jib plugin that causes it to stall randomly
// https://github.com/GoogleContainerTools/jib/issues/3347
id 'com.google.cloud.tools.jib' version '3.4.5' apply(false)
id 'com.adarshr.test-logger' version '4.0.0'
}
group 'marginalia'

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"