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
|
@ -40,6 +40,10 @@ jobs:
|
||||||
echo "::set-output name=REVISION::$(git rev-parse --short HEAD)"
|
echo "::set-output name=REVISION::$(git rev-parse --short HEAD)"
|
||||||
id: version
|
id: version
|
||||||
|
|
||||||
|
- name: Initialize gradle settings
|
||||||
|
working-directory: ./lucene
|
||||||
|
run: ./gradlew localSettings
|
||||||
|
|
||||||
- name: Publish Lucene to local maven repo.
|
- name: Publish Lucene to local maven repo.
|
||||||
working-directory: ./lucene
|
working-directory: ./lucene
|
||||||
run: ./gradlew publishJarsPublicationToMavenLocal -Pversion.suffix=snapshot-${{ steps.version.outputs.REVISION }}
|
run: ./gradlew publishJarsPublicationToMavenLocal -Pversion.suffix=snapshot-${{ steps.version.outputs.REVISION }}
|
||||||
|
|
Loading…
Reference in New Issue