-
Notifications
You must be signed in to change notification settings - Fork 90
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
Update README #1057
Update README #1057
Conversation
b126bd3
to
1ac660c
Compare
c2ccf33
to
0086542
Compare
bde0e39
to
85b4deb
Compare
```kotlin | ||
plugins { | ||
id("java-library") | ||
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0") |
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 think we just need the smithy-base
plugin here b/c we dont actually care about the generated jar.
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.
This was from the quickstart-gradle
template, so I don't think it makes sense to go into that much detail for a quick start.
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.
We should make sure when we add the new example templates for this repo they use the correct plugin. This one is not correct for this use case.
a43a165
to
e3eb40f
Compare
Issue #, if available:
N/A.
Description of changes:
Update README with:
And other quality of life fixes.
If one or more of the packages in the
/packages
directory has been modified, be sureyarn changeset add
has been run and its output hasbeen committed and included in this pull request. See CONTRIBUTING.md.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.