diff --git a/build.gradle b/build.gradle index 3170f954d..021eec6c9 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/srcsets.gradle b/srcsets.gradle index 69b853747..0fa7f1b92 100644 --- a/srcsets.gradle +++ b/srcsets.gradle @@ -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"