Skip to content

Commit

Permalink
Update gradle quickstart example to include empty smithy-build.json (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema authored Feb 19, 2024
1 parent a57f585 commit ac92561
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/source-2.0/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,18 @@ generate artifacts, and runs validation.
mavenCentral()
}
Next, create a :ref:`smithy-build.json <smithy-build-json>` file in the
``smithy-quickstart`` directory:

Next, run ``gradle build``. That's it! We just created a simple, read-only, ``Weather`` service.
.. code-block:: json
:caption: smithy-build.json
{
// Version of the smithy-build.json file specification
"version": "1.0"
}
Finally, run ``gradle build``. That's it! We just created a simple, read-only, ``Weather`` service.


Next steps
Expand Down Expand Up @@ -604,6 +614,7 @@ If you followed all the steps in this guide, your working directory should be la
.
├── build.gradle.kts
├── smithy-build.json
└── model
└── weather.smithy
Expand Down

0 comments on commit ac92561

Please sign in to comment.