-
Notifications
You must be signed in to change notification settings - Fork 624
Ywmei/windows build #3801
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
Ywmei/windows build #3801
Conversation
fd0dd33
to
f409aee
Compare
Coverage Report 1Affected Products
Test Logs
Notes |
Size Report 1Affected ProductsNo changes between base commit (8e28b5b) and merge commit (a971c81).Test Logs
Notes |
I have updated both the ThirdPartyLicensesExtension.java and the PublishingPlugin.java with After these change, the entire project is able to sync on Windows machine, but when running
|
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.
Thanks, it looks more consistent!
I have updated the unit test, but when I try to run this unit test under
Then, I tried to open the
|
I have tried to run the unit test inside of the
|
After looking into your issue reported (#3820 ) I reviewed our CI jobs. We have a
|
for (String s : licenseUris) { | ||
this.licenseUris.add(URI.create(s)); | ||
File file = new File(s); |
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.
afaicr we used to allow specifying http(s)
urls in thirdPartyLicenses{}
, looks like it will no longer work.
I think it's fine since it has never been used, but wanted to call it out for future reference.
adjust the file seperator so that this sdk code package can be build on windows machine
Ref: #2311 (comment)