-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(ci): fix packaging of the segment key INTELLIJ-148 #110
Conversation
Coverage Report
|
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.
Minor question, otherwise looks reasonable.
buildSrc/src/main/kotlin/com.mongodb.intellij.plugin-component.gradle.kts
Outdated
Show resolved
Hide resolved
@@ -120,12 +120,14 @@ jmhReport { | |||
} | |||
|
|||
tasks { | |||
register("buildProperties", WriteProperties::class) { | |||
group = "build" | |||
if (pluginBundle.enableBundle.get() == true) { |
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 is this condition checking?
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.
It checks if this is the plugin, basically, or a plugin component. For the jetbrains-plugin package this is true, so we bundle the segment api key, if it's not (like the datagrip package) it just discards this task.
… with the UI tests in favour of assertj
🤖 Benchmark Comparison for
|
Description
Checklist
Open Questions