Skip to content

Commit

Permalink
Enable Jacoco coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidi committed Dec 21, 2024
1 parent 319b821 commit 9f116f1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'java'
id 'jacoco-report-aggregation'
id 'org.springframework.boot' version '3.4.1' apply false
id 'io.spring.dependency-management' version '1.1.7'
id "org.sonarqube" version '6.0.1.5171'
Expand All @@ -20,6 +21,27 @@ repositories {
mavenCentral()
}

dependencies {
implementation project(':batch-rest-repository')
implementation project(':batch-skip-step')
implementation project(':cloud-jdbc-env-repo')
implementation project(':data-domain-events')
implementation project(':data-envers-audit')
implementation project(':data-jpa-audit')
implementation project(':data-jpa-event')
implementation project(':data-jpa-filtered-query')
implementation project(':data-mongodb-audit')
implementation project(':data-mongodb-full-text-search')
implementation project(':data-mongodb-tc-data-load')
implementation project(':data-mongodb-transactional')
implementation project(':data-rest-validation')
implementation project(':graphql')
implementation project(':jooq')
implementation project(':test-execution-listeners')
implementation project(':test-rest-assured')

}

dependencyManagement {
imports {
mavenBom SpringBootPlugin.BOM_COORDINATES
Expand Down

0 comments on commit 9f116f1

Please sign in to comment.