-Xjdk-release. Review fixes

This commit is contained in:
Mikhael Bogdanov
2021-11-20 15:22:55 +01:00
committed by Space
parent 3593e45b97
commit a6052dce44
10 changed files with 45 additions and 61 deletions
@@ -1,2 +1,2 @@
error: `-Xrelease=11` option conflicts with '-jvm-target=10'.
error: '-Xjdk-release=11' option conflicts with '-jvm-target 10'. Please remove the '-jvm-target' option
COMPILATION_ERROR
@@ -1,2 +1,2 @@
error: `-Xrelease=9` option conflicts with '-jvm-target=10'.
error: '-Xjdk-release=9' option conflicts with '-jvm-target 10'. Please remove the '-jvm-target' option
COMPILATION_ERROR
@@ -1,4 +1,4 @@
error: `5` is not valid value for `-Xrelease` flag.
error: unknown JDK release version: 5
error: unknown JVM target version: 5
Supported versions: 1.6, 1.8, 9, 10, 11, 12, 13, 14, 15, 16, 17
COMPILATION_ERROR