From e4226482ab1f23d8aae508f85dff40adc7f3afb4 Mon Sep 17 00:00:00 2001 From: "Xiong, Pin" Date: Thu, 3 Jun 2021 12:30:49 +0800 Subject: [PATCH 1/2] fix: Fatal error compiling: invalid flag: --release --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c41cd0714..e95b54b685 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,9 @@ This is the Dapr SDK for Java, including the following features: ### Getting Started #### Pre-Requisites -* JDK 8 or above: +* JDK 11 or above: * [Oracle's JDK 15](https://www.oracle.com/java/technologies/javase-jdk15-downloads.html) * [Oracle's JDK 11 - LTS](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) - * [Oracle's JDK 8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) * [OpenJDK](https://openjdk.java.net/) * Java IDE installed: * [IntelliJ](https://www.jetbrains.com/idea/download/) From 4fba5856a74ec8dd810dbf74b0aee0ed398c389e Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Wed, 2 Jun 2021 22:49:41 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e95b54b685..4269fa7579 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is the Dapr SDK for Java, including the following features: ### Getting Started #### Pre-Requisites -* JDK 11 or above: +* JDK 11 or above - the published jars are compatible with Java 8: * [Oracle's JDK 15](https://www.oracle.com/java/technologies/javase-jdk15-downloads.html) * [Oracle's JDK 11 - LTS](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) * [OpenJDK](https://openjdk.java.net/)