| 9 | import {create as xmlCreate} from 'xmlbuilder2'; |
| 10 | |
| 11 | interface JdkInfo { |
| 12 | version: string; |
| 13 | vendor: string; |
| 14 | id: string; |
| 15 | jdkHome: string; |
| 16 | } |
| 17 | |
| 18 | export async function configureToolchains( |
| 19 | version: string, |
nothing calls this directly
no outgoing calls
no test coverage detected