-
Notifications
You must be signed in to change notification settings - Fork 0
chore: examples module #131
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
base: v2/generate-new-sdk
Are you sure you want to change the base?
Conversation
@@ -16,8 +16,7 @@ | |||
|
|||
package com.expediagroup.sdk.xap.examples; | |||
|
|||
import com.expediagroup.sdk.xap.examples.scenarios.activity.ActivityDetailsQuickStartScenario; |
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.
Where did these scenarios go?
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.
Added again.
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 you please remove the extra newline?
<artifactId>maven-checkstyle-plugin</artifactId> | ||
<version>3.6.0</version> | ||
<configuration> | ||
<configLocation>google_checks.xml</configLocation> |
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 please add this checkstyle plugin?
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.
group = project.property("GROUP_ID") as String | ||
|
||
dependencies { | ||
api(project(":xap-sdk")) |
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.
As discussed with the team, it's better to use a published version instead
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.
Will do once we publish a release.
Situation
After the efforts we have put onto redesigning our SDK platform, we are aiming to integrate the XAP SDK with the new platform tools.
The scope for this PR is to delete code and maven settings to initiate the ground for migrating to new SDK core.
Task
Add and configure
examples
module.Action
Added and configured
examples
module.Testing
NaN
Results
NaN
Notes
NaN