Skip to content

Commit

Permalink
Attempt 3
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <[email protected]>
  • Loading branch information
Peter Alfonsi committed Jan 29, 2024
1 parent 04cd84a commit f4e73b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/roaringbitmap-keystore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* compatible open source license.
*/

apply plugin: 'opensearch.internal-cluster-test'

opensearchplugin {
description 'Roaring bitmap-based implementation of a key lookup store, used for tiered caching.'
classname 'org.opensearch.cache.RoaringBitmapKeystoreModulePlugin'
Expand All @@ -19,10 +17,10 @@ dependencies {
runtimeOnly 'org.roaringbitmap:shims:0.9.49'
}

/*tasks {
tasks {
javadoc {
options {
(this as CoreJavadocOptions).addStringOption('Xdoclint:none', '-quiet')
}
}
}*/
}

0 comments on commit f4e73b9

Please sign in to comment.