We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda2ef4 commit d40814dCopy full SHA for d40814d
1 file changed
java/kotlin-extractor/kotlin_plugin_versions.py
@@ -46,7 +46,7 @@ def version_string_to_version(version):
46
# Version number used by CI.
47
ci_version = '1.9.0'
48
49
-many_versions = [ '1.5.0', '1.5.10', '1.5.20', '1.5.30', '1.6.0', '1.6.20', '1.7.0', '1.7.20', '1.8.0', '1.9.0-Beta', '1.9.20-Beta', '2.0.0-Beta1', '2.0.255-SNAPSHOT' ]
+many_versions = [ '1.5.0', '1.5.10', '1.5.20', '1.5.30', '1.6.0', '1.6.20', '1.7.0', '1.7.20', '1.8.0', '1.9.0-Beta', '1.9.20-Beta', '2.0.0-Beta3', '2.0.255-SNAPSHOT' ]
50
51
many_versions_versions = [version_string_to_version(v) for v in many_versions]
52
many_versions_versions_asc = sorted(many_versions_versions, key = lambda v: v.toTupleWithTag())
0 commit comments