@@ -100,7 +100,7 @@ Options:
100100 args = dict (
101101 default = "" ,
102102 doc = "The target version of the generated JVM bytecode" ,
103- values = ["1.6" , "1.8" , "9" , "10" , "11" , "12" , "13" , "15" , "16" , "17" , "21 " ],
103+ values = ["1.6" , "1.8" , "9" , "10" , "11" , "12" , "13" , "14" , " 15" , "16" , "17" , "18" , "19" , "20" , "21" , "22" , "23" , "24" , "25 " ],
104104 ),
105105 type = attr .string ,
106106 value_to_flag = None ,
@@ -254,9 +254,9 @@ default: 'first-only-warn' in language version 2.2+, 'first-only' in version 2.1
254254 args = dict (
255255 default = "" ,
256256 doc = """Compile against the specified JDK API version, similarly to javac's '-release'. This requires JDK 9 or newer.
257- The supported versions depend on the JDK used; for JDK 17 +, the supported versions are 1.8 and 9-21 .
257+ The supported versions depend on the JDK used; for JDK 25 +, the supported versions are 1.8 and 9-25 .
258258 This also sets the value of '-jvm-target' to be equal to the selected JDK version.""" ,
259- values = ["1.6" , "1.8" , "9" , "10" , "11" , "12" , "13" , "15" , "16" , "17" , "21 " ],
259+ values = ["1.6" , "1.8" , "9" , "10" , "11" , "12" , "13" , "14" , " 15" , "16" , "17" , "18" , "19" , "20" , "21" , "22" , "23" , "24" , "25 " ],
260260 ),
261261 type = attr .string ,
262262 value_to_flag = None ,
0 commit comments