Skip to content

Commit c603591

Browse files
author
Kaival Parikh
committed
Merge branch 'main' into off-heap-quantized-scoring
2 parents a233b76 + cb16075 commit c603591

File tree

160 files changed

+4595
-2160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+4595
-2160
lines changed

.github/workflows/auto-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
- name: Fix formatting issues
119119
if: steps.initial-validation.outcome == 'failure'
120120
run: |
121-
echo "Fixing formatting issues..."
122-
./gradlew tidy
121+
echo "Fixing formatting issues and updating lock file..."
122+
./gradlew tidy writeLocks updateLicenses
123123
124124
- name: Check if formatting fixes were made
125125
if: steps.initial-validation.outcome == 'failure'

build-tools/build-infra-shadow/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dependencies {
5656
implementation plugin(deps.plugins.forbiddenapis)
5757
implementation plugin(deps.plugins.spotless)
5858
implementation plugin(deps.plugins.undercouch.download)
59+
implementation plugin(deps.plugins.jacocolog)
5960
}
6061

6162
tasks.matching {

build-tools/build-infra/src/main/groovy/lucene.ide.eclipse.gradle

Lines changed: 0 additions & 144 deletions
This file was deleted.

build-tools/build-infra/src/main/groovy/lucene.ide.intellij-idea.gradle

Lines changed: 0 additions & 68 deletions
This file was deleted.

build-tools/build-infra/src/main/groovy/lucene.java.coverage.gradle

Lines changed: 0 additions & 73 deletions
This file was deleted.

build-tools/build-infra/src/main/groovy/lucene.java.fail-on-no-tests.gradle

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)