Skip to content

Commit

Permalink
http-client-java, doc, require JDK 17 (#5333)
Browse files Browse the repository at this point in the history
clientcore now requires JDK 17.

Therefore since emitter requires JDK too, we'd better just ask user to
install 17
  • Loading branch information
weidongxu-microsoft authored Dec 12, 2024
1 parent 530c657 commit 68f0609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/http-client-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a TypeSpec library that will emit a Java SDK from TypeSpec.

Install [Node.js](https://nodejs.org/) 20 or above. (Verify by running `node --version`)

Install [Java](https://docs.microsoft.com/java/openjdk/download) 11 or above. (Verify by running `java --version`)
Install [Java](https://docs.microsoft.com/java/openjdk/download) 17 or above. (Verify by running `java --version`)

Install [Maven](https://maven.apache.org/install.html). (Verify by running `mvn --version`)

Expand Down
4 changes: 2 additions & 2 deletions packages/http-client-java/generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The **Microsoft Java client generator** tool generates client libraries for acce

## Prerequisites

- [Java 11 or above](https://adoptium.net/temurin/releases/)
- [Maven](https://maven.apache.org/download.cgi)
- [Java 17 or above](https://docs.microsoft.com/java/openjdk/download)
- [Maven](https://maven.apache.org/install.html)

## Build

Expand Down

0 comments on commit 68f0609

Please sign in to comment.