-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support lazy configuration for mainClass
and jvmFlags
properties of ContainerParameters
#3936
Conversation
a516384
to
ff72655
Compare
mainClass
and jvmFlags
properties of ContainerParameters
Are there plans to review this PR in the near future, please? |
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.
Thank you for the contribution and apologies for the delay in review! The changes look great in general - could you help add a note on this enhancement in the README.md as well?
(Also - no idea why the presubmit checks are stuck, going to close and re-open this PR to see if they re-trigger.)
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/ContainerParameters.java
Show resolved
Hide resolved
Regarding the kokoro failures - they don't look related to the changes in this PR, and should be resolved by updating the branch against main to include fixes from #3965. Thanks! |
That's done, thanks. |
I've added notes to |
I believe that all comments have been addressed so back to you, @emmileaf. |
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.
Kudos, SonarCloud Quality Gate passed! |
Thanks again @erdi! |
And thank you for reviewing and merging, @emmileaf! |
This is a fix for #3927. I tried to follow the changes for similar issues applied in #3242 and #3709 as suggested in #3927 (comment).
If there is anything that needs to be changed before this PR can be accepted then please just let me know and I will amend it as necessary.
Before filing a pull request, make sure to do the following:
This helps to reduce the chance of having a pull request rejected.