From 9460eed4e2a157a2ae74865eac50256fa92903dd Mon Sep 17 00:00:00 2001 From: Xiongqi Wesley Wu Date: Mon, 6 May 2019 13:42:34 -0700 Subject: [PATCH] test template --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 55106aab24f94..5d5b6cf19b0f7 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ allprojects { repositories { mavenCentral() } - + apply plugin: 'idea' apply plugin: 'org.owasp.dependencycheck' apply plugin: 'com.github.ben-manes.versions' @@ -102,7 +102,7 @@ ext { mavenUrl = project.hasProperty('mavenUrl') ? project.mavenUrl : bintrayUrl mavenUsername = project.hasProperty('mavenUsername') ? project.mavenUsername : bintrayUsername mavenPassword = project.hasProperty('mavenPassword') ? project.mavenPassword : bintrayKey - + userShowStandardStreams = project.hasProperty("showStandardStreams") ? showStandardStreams : null userTestLoggingEvents = project.hasProperty("testLoggingEvents") ? Arrays.asList(testLoggingEvents.split(",")) : null @@ -250,7 +250,7 @@ subprojects { useJUnit { excludeCategories 'org.apache.kafka.test.IntegrationTest' } - + } jar { @@ -434,8 +434,8 @@ def fineTuneEclipseClasspathFile(eclipse, project) { if (project.name.equals('core')) { cp.entries.findAll { it.kind == "src" && it.path.equals("src/test/scala") }*.excludes = ["integration/", "other/", "unit/"] } - /* - * Set all eclipse build output to go to 'build_eclipse' directory. This is to ensure that gradle and eclipse use different + /* + * Set all eclipse build output to go to 'build_eclipse' directory. This is to ensure that gradle and eclipse use different * build output directories, and also avoid using the eclpise default of 'bin' which clashes with some of our script directories. * https://discuss.gradle.org/t/eclipse-generated-files-should-be-put-in-the-same-place-as-the-gradle-generated-files/6986/2 */ @@ -598,7 +598,7 @@ project(':core') { scoverage libs.scoveragePlugin scoverage libs.scoverageRuntime } - + scoverage { reportDir = file("${rootProject.buildDir}/scoverage") highlighting = false