diff --git a/build.gradle b/build.gradle index 29d95e1b..18c73efd 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,7 @@ */ plugins { + id "org.sonarqube" version "3.4.0.2513" id 'java' id 'maven-publish' id 'eclipse' @@ -10,6 +11,11 @@ plugins { id 'org.springframework.boot' version '2.6.2' id 'com.diffplug.spotless' version '6.19.0' } +sonarqube { + properties { + property "sonar.projectKey", "ph-ee-bulk-processor" + } +} repositories { // mavenLocal() diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 8ed37cf5..12d7d042 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -82,6 +82,7 @@ bpmn: debit-party-process: "debit_party_process-{dfspid}" bulk-processor: "bulk_processor-{dfspid}" slcb: "slcb-{dfspid}" + batch_processor: "batch_processor-gorilla" #payment mode moved to a separate application property file for helm rewrite