Skip to content

Commit

Permalink
Fix Lucene-snapshots repo for jdk 17. (#3396)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <handalm@amazon.com>
(cherry picked from commit 7046008)
  • Loading branch information
mch2 authored and github-actions[bot] committed May 19, 2022
1 parent 550b9db commit 76a225e
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 76a225e

Please sign in to comment.