Skip to content

Commit

Permalink
Adding CommonUtils and Job-Scheduler into manifest (#3835)
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm authored Aug 2, 2023
1 parent 6e9621d commit c9cf48c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions manifests/1.3.12/opensearch-1.3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,21 @@ components:
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '1.3'
checks:
- gradle:publish
- gradle:properties:version
platforms:
- linux
- windows
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux
- windows

0 comments on commit c9cf48c

Please # to comment.