Skip to content

Commit

Permalink
Uses 1.3 in mac/windows tests
Browse files Browse the repository at this point in the history
Signed-off-by: Clay Downs <downsrob@amazon.com>
  • Loading branch information
downsrob committed Dec 3, 2021
1 parent b3459f0 commit 4e26bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: subst 'X:' .
- name: Build with Gradle
working-directory: 'X:'
run: ./gradlew.bat build -D"opensearch.version=1.2.0-SNAPSHOT" -x integTest -x jacocoTestReport
run: ./gradlew.bat build -D"opensearch.version=1.3.0-SNAPSHOT" -x integTest -x jacocoTestReport
env:
_JAVA_OPTIONS: -Xmx4096M
# - name: Upload failed logs
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v2
- name: Build with Gradle
run: ./gradlew build -Dopensearch.version=1.2.0-SNAPSHOT -x integTest -x jacocoTestReport
run: ./gradlew build -Dopensearch.version=1.3.0-SNAPSHOT -x integTest -x jacocoTestReport
# - name: Upload failed logs
# uses: actions/upload-artifact@v2
# if: failure()
Expand Down

0 comments on commit 4e26bd0

Please sign in to comment.