-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bump gradle-info-plugin from 11.3.3 to 12.0.0 #5600
Bump gradle-info-plugin from 11.3.3 to 12.0.0 #5600
Conversation
Bumps [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) from 11.3.3 to 12.0.0. - [Release notes](https://github.com/nebula-plugins/gradle-info-plugin/releases) - [Changelog](https://github.com/nebula-plugins/gradle-info-plugin/blob/main/CHANGELOG.md) - [Commits](nebula-plugins/gradle-info-plugin@v11.3.3...v12.0.0) --- updated-dependencies: - dependency-name: com.netflix.nebula:gradle-info-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
In build 8239:
The same failure as #4810 (comment) |
Signed-off-by: Rishikesh1159 <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #5600 +/- ##
============================================
- Coverage 70.89% 70.88% -0.01%
+ Complexity 58379 58306 -73
============================================
Files 4741 4741
Lines 278541 278541
Branches 40268 40268
============================================
- Hits 197475 197456 -19
+ Misses 64953 64944 -9
- Partials 16113 16141 +28
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rishikesh1159, looks good, thank you! 👍
Version 12.0.0 of gradle-info-plugin had some breaking changes. Added changes to opensearch repo according to plugin changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-5600-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 51b25a5dee9b620148bf6440a66fa859ee6055dd
# Push it to GitHub
git push --set-upstream origin backport/backport-5600-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.x 1.x
# Navigate to the new working tree
pushd ../.worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-5600-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 51b25a5dee9b620148bf6440a66fa859ee6055dd
# Push it to GitHub
git push --set-upstream origin backport/backport-5600-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.x Then, create a pull request where the |
* Bump gradle-info-plugin from 11.3.3 to 12.0.0 Bumps [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) from 11.3.3 to 12.0.0. - [Release notes](https://github.com/nebula-plugins/gradle-info-plugin/releases) - [Changelog](https://github.com/nebula-plugins/gradle-info-plugin/blob/main/CHANGELOG.md) - [Commits](nebula-plugins/gradle-info-plugin@v11.3.3...v12.0.0) --- updated-dependencies: - dependency-name: com.netflix.nebula:gradle-info-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add com.netflix namespace for plugin id in gradle-info-plugin Signed-off-by: Rishikesh1159 <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Rishikesh1159 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rishikesh1159 <[email protected]> (cherry picked from commit 51b25a5)
* Bump gradle-info-plugin from 11.3.3 to 12.0.0 Bumps [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) from 11.3.3 to 12.0.0. - [Release notes](https://github.com/nebula-plugins/gradle-info-plugin/releases) - [Changelog](https://github.com/nebula-plugins/gradle-info-plugin/blob/main/CHANGELOG.md) - [Commits](nebula-plugins/gradle-info-plugin@v11.3.3...v12.0.0) --- updated-dependencies: - dependency-name: com.netflix.nebula:gradle-info-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add com.netflix namespace for plugin id in gradle-info-plugin Signed-off-by: Rishikesh1159 <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Rishikesh1159 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rishikesh1159 <[email protected]> (cherry picked from commit 51b25a5)
Bumps gradle-info-plugin from 11.3.3 to 12.0.0.
Release notes
Sourced from gradle-info-plugin's releases.
Commits
38d0591
Move to com.netflix namespace for plugin id3d792ae
InfoJavaPlugin: find souceset by namef5f672c
Fix plugin id issues37bdeae
Merge pull request #100 from nebula-plugins/fix-toolchain-detection3d0931e
InfoJavaPlugin: use compile task level information to extract target/source c...9a9e6c3
Upgrade to nebula plugin-plugin 17.0.0297f5f6
plugin-plugin 16.3.0c08757c
Gradle 7.517436b3
Gradle 7.5-rc-16dea3d7
Gradle 7.4.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)