Skip to content

Commit c607ff3

Browse files
author
Kaival Parikh
committed
Merge branch 'main' into off-heap-quantized-scoring
2 parents 4f2cad1 + 78a622d commit c607ff3

File tree

62 files changed

+3179
-1309
lines changed

Some content is hidden

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

62 files changed

+3179
-1309
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,17 @@ dependencies {
4444
implementation localGroovy()
4545
implementation deps.commons.codec
4646
implementation deps.randomizedtesting.runner
47+
implementation deps.rat
48+
implementation deps.zstd
49+
4750
implementation deps.gjf
4851
implementation deps.jgit
4952
implementation deps.ecj
5053

5154
implementation plugin(deps.plugins.carrotsearch.buildopts)
5255
implementation plugin(deps.plugins.carrotsearch.dependencychecks)
5356
implementation plugin(deps.plugins.forbiddenapis)
57+
implementation plugin(deps.plugins.spotless)
5458
implementation plugin(deps.plugins.undercouch.download)
5559
}
5660

build-tools/build-infra/src/main/groovy/lucene.documentation.render-javadoc.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,6 @@ abstract class RenderJavadocTask extends RenderJavadocTaskBase {
324324
@Input
325325
List<String> javadocMissingIgnore = []
326326

327-
@Input
328-
@Optional
329-
ListProperty<String> extraOpts = project.objects.listProperty(String)
330-
331327
@InputDirectory
332328
@PathSensitive(PathSensitivity.RELATIVE)
333329
@IgnoreEmptyDirectories

build-tools/build-infra/src/main/groovy/lucene.hacks.turbocharge-jvm-opts.gradle

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

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

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

build-tools/build-infra/src/main/groovy/lucene.regenerate.extract-jdk-apis.gradle

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

build-tools/build-infra/src/main/groovy/lucene.validation.lockfile.gradle

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

0 commit comments

Comments
 (0)