Skip to content

Commit

Permalink
updated build scripts for 2.7.0; ltr version matches OpenSearch version
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Cohen <markcoh@amazon.com>
  • Loading branch information
macohen committed Jan 15, 2024
1 parent 776bfb5 commit a6c9cbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.7.0 -Djava.security.manager=allow -Dbuild.snapshot=false
./gradlew -Dopensearch.version=2.7.0 -Djava.security.manager=allow -Dbuild.snapshot=false -Dtests.security.manager=false clean build test
# - name: Upload Coverage Report
# if: ${{matrix.os}} == 'ubuntu'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Run CI tests with Gradle

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ltrVersion = 2.7.0
#opensearchVersion = 2.5.0
opensearchVersion = 2.7.0
luceneVersion = 9.5.0
ow2Version = 9.4
antlrVersion=4.11.1

0 comments on commit a6c9cbe

Please sign in to comment.