-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[openjdk/xxx] Conan v2 migration #13750
Conversation
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 493461aopenjdk/16.0.1
|
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.
Just some minor comments but get work!
Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 4d3028dopenjdk/16.0.1
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 5862740openjdk/16.0.1
|
Hi @jcar87! I think I misclicked and dismissed a review request that was addressed to you. |
This is towards #12888 🚀 |
|
||
def package_info(self): | ||
self.output.info("Creating JAVA_HOME environment variable with : {0}".format(self.package_folder)) | ||
self.env_info.JAVA_HOME = self.package_folder |
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.
Keep env_info.JAVA_HOME, https://conan.io/center/openapi-generator is still not ported and will not work without it.
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.
Done here: 41fcb72
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.
I thought I wrote the openapi-generator recipe in a conan v2 compatible way.
Conan v1 pipelineAll green in build 8 (
|
Hooks produced the following warnings for commit 41fcb72openjdk/16.0.1
|
Who should I ping to make this PR approved and merged ? |
@MartinDelille merged! |
Specify library name and version: lib/1.0
This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!