Skip to content

Commit

Permalink
updating to use OpenSearch 2.10 libs
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Cohen <[email protected]>
  • Loading branch information
macohen committed Dec 28, 2023
1 parent ff90402 commit c4e6e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run non-Windows
if: ${{ matrix.os != 'windows-latest' }}
run: |
./gradlew build -Dopensearch.version=2.8.0 -Djava.security.manager=allow -Dbuild.snapshot=false
./gradlew build -Dopensearch.version=2.10.0 -Djava.security.manager=allow -Dbuild.snapshot=false
# - name: Upload Coverage Report
# if: ${{matrix.os}} == 'ubuntu'
Expand Down

0 comments on commit c4e6e3e

Please sign in to comment.