Skip to content

Commit

Permalink
Removing zstd module from sandbox
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
  • Loading branch information
sarthakaggarwal97 committed Jun 4, 2023
1 parent 9638982 commit f43f51c
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 996 deletions.
28 changes: 0 additions & 28 deletions sandbox/plugins/custom-codecs/build.gradle
Original file line number Diff line number Diff line change
@@ -1,28 +0,0 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

apply plugin: 'opensearch.opensearchplugin'
apply plugin: 'opensearch.yaml-rest-test'

opensearchplugin {
name 'custom-codecs'
description 'A plugin that implements custom compression codecs.'
classname 'org.opensearch.index.codec.customcodecs.CustomCodecPlugin'
licenseFile rootProject.file('licenses/APACHE-LICENSE-2.0.txt')
noticeFile rootProject.file('NOTICE.txt')
}

dependencies {
api "com.github.luben:zstd-jni:${versions.zstd}"
}

yamlRestTest.enabled = false;
testingConventions.enabled = false;

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f43f51c

Please sign in to comment.