Skip to content

Commit

Permalink
Fix Lucene-snapshots repo for jdk 17. (#3396) (#3404)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <handalm@amazon.com>
(cherry picked from commit 7046008)

Co-authored-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and mch2 authored May 19, 2022
1 parent 550b9db commit bb01e37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lucene-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
echo "::set-output name=REVISION::$(git rev-parse --short HEAD)"
id: version

- name: Initialize gradle settings
working-directory: ./lucene
run: ./gradlew localSettings

- name: Publish Lucene to local maven repo.
working-directory: ./lucene
run: ./gradlew publishJarsPublicationToMavenLocal -Pversion.suffix=snapshot-${{ steps.version.outputs.REVISION }}
Expand Down

0 comments on commit bb01e37

Please sign in to comment.