Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add version info to build.gradle #5

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

andrross
Copy link
Member

@andrross andrross commented Sep 7, 2023

I copied this approach from other plugin repos, for example common-utils.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

build.gradle Outdated
@@ -39,6 +41,17 @@ repositories {
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
}

allprojects {
group 'org.opensearch.index.codec.customcodecs'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm honestly not sure. I followed the convention here: https://github.com/opensearch-project/common-utils/blob/main/build.gradle#L44

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gaiksaya
Copy link
Member

gaiksaya commented Sep 7, 2023

This attempts to follow the conventions defined [here][1].

[1]: https://github.com/opensearch-project/opensearch-plugins/blob/main/CONVENTIONS.md

Signed-off-by: Andrew Ross <andrross@amazon.com>
@andrross
Copy link
Member Author

andrross commented Sep 7, 2023

I'm merging this now to unblock initial integration testing. We can revisit the specific values here if they turn out to be incorrect.

@andrross andrross merged commit ffde4b0 into opensearch-project:main Sep 7, 2023
4 checks passed
andrross added a commit that referenced this pull request Sep 8, 2023
* Add gradle check workflow (#4)

Signed-off-by: Andrew Ross <andrross@amazon.com>

* Add add-untriaged GitHub workflow (#6)

Signed-off-by: Andrew Ross <andrross@amazon.com>

* Add version info to build.gradle (#5)

This attempts to follow the conventions defined [here][1].

[1]: https://github.com/opensearch-project/opensearch-plugins/blob/main/CONVENTIONS.md

Signed-off-by: Andrew Ross <andrross@amazon.com>

---------

Signed-off-by: Andrew Ross <andrross@amazon.com>
andrross added a commit that referenced this pull request Sep 8, 2023
* Add gradle check workflow (#4)

Signed-off-by: Andrew Ross <andrross@amazon.com>

* Add add-untriaged GitHub workflow (#6)

Signed-off-by: Andrew Ross <andrross@amazon.com>

* Add version info to build.gradle (#5)

This attempts to follow the conventions defined [here][1].

[1]: https://github.com/opensearch-project/opensearch-plugins/blob/main/CONVENTIONS.md

Signed-off-by: Andrew Ross <andrross@amazon.com>

---------

Signed-off-by: Andrew Ross <andrross@amazon.com>
@andrross andrross deleted the version-info branch September 8, 2023 00:24
@reta reta mentioned this pull request Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants