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

Set notifications plugin 3.0.0 baseline JDK version to JDK-21 #973

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

reta
Copy link
Contributor

@reta reta commented Oct 8, 2024

Description

Set notifications plugin 3.0.0 baseline JDK version to JDK-21

Related Issues

Closes #924

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.

@@ -6,7 +6,7 @@
import com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin

plugins {
id 'com.github.johnrengelman.shadow'
id 'io.github.goooler.shadow' version "8.1.7"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -41,6 +42,16 @@ buildscript {
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.0"
classpath "org.jacoco:org.jacoco.agent:0.8.11"
}

configurations {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

notifications/build.gradle Show resolved Hide resolved
notifications/build.gradle Outdated Show resolved Hide resolved
Signed-off-by: Andriy Redko <[email protected]>
@cwperks
Copy link
Member

cwperks commented Oct 22, 2024

Approved the CI to run. Can maintainers of this repo help move this PR forward?

Copy link
Collaborator

@Hailong-am Hailong-am left a comment

Choose a reason for hiding this comment

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

waiting for CI pass to merge

@Hailong-am Hailong-am merged commit a546251 into opensearch-project:main Oct 22, 2024
6 of 8 checks passed
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.

[FEATURE] Set notifications plugin 3.0.0 baseline JDK version to JDK-21
4 participants