Fix Lucene-snapshots repo for jdk 17. (#3396)

Signed-off-by: Marc Handalian <handalm@amazon.com>
This commit is contained in:
Marc Handalian 2022-05-19 07:46:03 -07:00 committed by GitHub
parent 7a73fb561e
commit 704600871c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}