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:
@@ -6,6 +6,7 @@ plugins {
|
|||||||
// This is a workaround for a bug in the Jib plugin that causes it to stall randomly
|
// This is a workaround for a bug in the Jib plugin that causes it to stall randomly
|
||||||
// https://github.com/GoogleContainerTools/jib/issues/3347
|
// https://github.com/GoogleContainerTools/jib/issues/3347
|
||||||
id 'com.google.cloud.tools.jib' version '3.4.5' apply(false)
|
id 'com.google.cloud.tools.jib' version '3.4.5' apply(false)
|
||||||
|
id 'com.adarshr.test-logger' version '4.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'marginalia'
|
group 'marginalia'
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
* when applied to subprojects from the root project, this has to be done in each subproject.
|
* when applied to subprojects from the root project, this has to be done in each subproject.
|
||||||
* */
|
* */
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
apply plugin: 'com.adarshr.test-logger'
|
||||||
|
|
||||||
test {
|
test {
|
||||||
maxHeapSize = "8G"
|
maxHeapSize = "8G"
|
||||||
|
Reference in New Issue
Block a user