Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1675 from Netflix/index_management_es6
Browse files Browse the repository at this point in the history
Add configurations to enable external index management
  • Loading branch information
apanicker-nflx committed May 13, 2020
2 parents 543babf + 167180a commit 6a92e64
Show file tree
Hide file tree
Showing 53 changed files with 7,221 additions and 11,627 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -113,7 +113,9 @@ task codeCoverageReport(type: JacocoReport, group: "Coverage reports") {
classDirectories = files(
classDirectories.files.collect {
fileTree(
dir: it
dir: it,
// Exclude es modules from code coverage reports
exclude: 'com/netflix/conductor/elasticsearch'
)
}
)
Expand Down

0 comments on commit 6a92e64

Please sign in to comment.