Commit e8da041
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments