mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Fix Lucene-snapshots repo for jdk 17. (#3396)
Signed-off-by: Marc Handalian <handalm@amazon.com>
This commit is contained in:
parent
7a73fb561e
commit
704600871c
4
.github/workflows/lucene-snapshots.yml
vendored
4
.github/workflows/lucene-snapshots.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user