Skip to content

Commit 76a225e

Browse files
mch2github-actions[bot]
authored andcommitted
Fix Lucene-snapshots repo for jdk 17. (#3396)
Signed-off-by: Marc Handalian <[email protected]> (cherry picked from commit 7046008)
1 parent 550b9db commit 76a225e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lucene-snapshots.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
echo "::set-output name=REVISION::$(git rev-parse --short HEAD)"
4141
id: version
4242

43+
- name: Initialize gradle settings
44+
working-directory: ./lucene
45+
run: ./gradlew localSettings
46+
4347
- name: Publish Lucene to local maven repo.
4448
working-directory: ./lucene
4549
run: ./gradlew publishJarsPublicationToMavenLocal -Pversion.suffix=snapshot-${{ steps.version.outputs.REVISION }}

0 commit comments

Comments
 (0)