-
Notifications
You must be signed in to change notification settings - Fork 24.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
Update redline library to 1.2.10 #76440
Update redline library to 1.2.10 #76440
Conversation
distribution/packages/build.gradle
Outdated
@@ -54,9 +54,7 @@ buildscript { | |||
// Be aware that it seems the redline project hasnt been active for a while |
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.
Can we remove this comment? 😉
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.
Removed / updated
dependencySubstitution { | ||
substitute module('org.redline-rpm:redline') using module('com.github.breskeby:redline:9c85270') | ||
} | ||
force 'org.redline-rpm:redline:1.2.10' |
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.
How come we force it? Does Gradle ship its own, or something like that?
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.
what that means is that we enforce a particular version (1.2.10). Otherwise redline 1.2.9 would be brought in as a transitive dependency by the nebula.ospackage plugin that has 1.2.9 declared. (There's an open PR on ospackage to fix this).
Pinging @elastic/es-delivery (Team:Delivery) |
The redline team just released version 1.2.10 of the redline library which contains our fix of the rpm signatures / headers. Also a PR to update that dependency in the ospackage plugin has been raised at nebula-plugins/gradle-ospackage-plugin#402
e708a0e
to
7126891
Compare
💚 Backport successful
|
* Update redline library to 1.2.10 The redline team just released version 1.2.10 of the redline library which contains our fix of the rpm signatures / headers. Also a PR to update that dependency in the ospackage plugin has been raised at nebula-plugins/gradle-ospackage-plugin#402 * Update common about enforcing redline 1.2.10
* Update redline library to 1.2.10 The redline team just released version 1.2.10 of the redline library which contains our fix of the rpm signatures / headers. Also a PR to update that dependency in the ospackage plugin has been raised at nebula-plugins/gradle-ospackage-plugin#402 * Update common about enforcing redline 1.2.10
The redline team just released version 1.2.10 of the redline
library which contains our fix of the rpm signatures / headers.
Also a PR to update that dependency in the ospackage plugin has been
raised at nebula-plugins/gradle-ospackage-plugin#402