mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Kotlin: accept --select default in kotlinc wrapper to select the default version
This commit is contained in:
@@ -130,7 +130,9 @@ def main(opts, forwarded_opts):
|
||||
clear()
|
||||
return
|
||||
current_version = get_version()
|
||||
if opts.select:
|
||||
if opts.select == "default":
|
||||
selected_version = DEFAULT_VERSION
|
||||
elif opts.select is not None:
|
||||
check_version(opts.select)
|
||||
selected_version = opts.select
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user