Skip to content

Commit e8da041

Browse files
apupierewaostrowska
authored andcommitted
Update java requirement in readme to Java 11
it is still compiled with binary compatibility of 8 but Java 11 is required to do the build, otherwise there is this error: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile(default-compile) on project swagger-codegen-generators: Fatal error compiling: invalid flag: --release ``` Signed-off-by: Aurélien Pupier <apupier@ibm.com>
1 parent ce3797a commit e8da041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ More details about these and more differences are referenced at [https://github.
1212
### Prerequisites
1313
You need the following installed and available in your $PATH:
1414

15-
* Java 8 (http://java.oracle.com)
15+
* Java 11+ (http://java.oracle.com)
1616
* Apache maven 3.0.4 or greater (http://maven.apache.org/)
1717

1818
## How to Contribute.

0 commit comments

Comments
 (0)