Skip to content

Commit

Permalink
Updated Readme, changed Java JDK version to use JDK 11 LTS instead of 12
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebABG committed Oct 6, 2020
1 parent c6cf8a4 commit 64d7308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To protect the ```ClientId``` which SoundCloud uses to authenticate requests to
```
Java JDK + IntelliJ + Kotlin
```
#### The codebase is an IntelliJ IDEA project, so I'd recommend using [IntelliJ IDEA](https://www.jetbrains.com/idea/). This project also uses [Kotlin](https://kotlinlang.org/?fromMenu), which is an incredible language! I'd also recommend using the ```AdoptOpenJDK 12 or higher```: [AdoptOpenJDK - Windows, Mac, Linux](https://adoptopenjdk.net/releases.html?variant=openjdk12&jvmVariant=hotspot)
#### The codebase is an IntelliJ IDEA project, so I'd recommend using [IntelliJ IDEA](https://www.jetbrains.com/idea/). This project also uses [Kotlin](https://kotlinlang.org/?fromMenu), which is an incredible language! I'd also recommend using the ```AdoptOpenJDK 11 (LTS)```: [AdoptOpenJDK - Windows, Mac, Linux](https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot)

### Project Needed Setup

Expand Down

0 comments on commit 64d7308

Please sign in to comment.