You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Concurnas is an open source JVM programming language designed for building\nreliable, scalable, high performance concurrent, distributed and parallel\nsystems.",
"options": {
"version": {
"default": "latest",
"description": "Select the version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"jdkVersion": {
"default": "11",
"description": "Select or enter a JDK version to install. (compatability chart for concurnas can be found here https://concurnas.com/download.html)",
"proposals": [
"11",
"8"
],
"type": "string"
},
"jdkDistro": {
"default": "ms",
"description": "Select or enter a JDK distribution to install",