Skip to content

Commit

Permalink
docs: specify required java and gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderbird committed Mar 6, 2024
1 parent d3764f2 commit b04620d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=17.0.4-tem
gradle=7.6.3
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ an [Open Source License](https://www.jetbrains.com/community/opensource/) for th

## Build, Test, Run

### Prerequisites

The build is tested with the following versions:

- [Java 17.0.4](https://adoptopenjdk.net/)
- [Gradle 7.6.3](https://gradle.org/)

### Build the Solution and Run the Tests

```sh
Expand Down

0 comments on commit b04620d

Please sign in to comment.