-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix readme code samples to show working examples (#6) * Update versions referenced in README and improve grammar * Update Dockerfile and Docker section of README * Use Amazon Corretto base Docker image --------- Co-authored-by: Ivan Pavlovic <[email protected]> Co-authored-by: Jiayu Liu <[email protected]>
- Loading branch information
1 parent
e4444dd
commit 58bccbd
Showing
3 changed files
with
104 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
build/ | ||
target/ | ||
out/ | ||
bin/ | ||
.idea/ | ||
.gradle/ | ||
Dockerfile | ||
README.md | ||
**/build/ | ||
**/target/ | ||
**/out/ | ||
**/bin/ | ||
**/.idea/ | ||
**/.gradle/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters