Skip to content

Commit

Permalink
Update JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Aug 28, 2024
1 parent b86a709 commit 2efef42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Uses [ASM](https://asm.ow2.io/) to make obfuscated java files readable (at least

### [Download](https://github.com/BaseMC/javgent/releases)
#### Requirements
* Java 11+ <br/>Download it via [AdoptOpenJDK](https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot) (just follow the instructions)
* Java 21+ <br/>Download it via [Adoptium](https://adoptium.net/) (just follow the instructions)

### [Usage](docs/Usage.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ If you don't want to use the [official releases](https://github.com/BaseMC/javge

### Requirements
<i>Recommend:</i> use an IDE (e.g. IDEA or Eclipse) that already contains the following requirements
* Java 11 JDK (see [Requirements](https://github.com/BaseMC/javgent#requirements))
* Java 21 JDK (see [Requirements](https://github.com/BaseMC/javgent#requirements))
* latest Maven (3+)
* [download](https://maven.apache.org/download.cgi)
* [install it](https://maven.apache.org/install.html)
Expand Down

0 comments on commit 2efef42

Please sign in to comment.