Skip to content

Commit

Permalink
Referenced create-jar-guide.md in java-app-quickstart.md (#1595)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Lebedev <[email protected]>
  • Loading branch information
thenswan committed Oct 16, 2023
1 parent 81d6048 commit 697dacb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/java-app/java-app-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ _Maven:_
</dependency>
```

## Additional useful information
### Fat/uber JAR
[Creating a fat/uber JAR guide](create-jar-guide.md) covers how to properly set up Shadow Gradle plugin
to create a fat/uber JAR of your Java application that uses the Hedera Java SDK.

## Next steps
To make it easier to start your Java project using the Hedera Java SDK,
we recommend checking out the [Java examples](../../examples/README.md).
Expand Down

0 comments on commit 697dacb

Please sign in to comment.