-
Notifications
You must be signed in to change notification settings - Fork 9
/
micronaut.json
23 lines (23 loc) · 976 Bytes
/
micronaut.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "4.7.0",
"description": "Micronaut - A modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications",
"homepage": "https://micronaut.io",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/micronaut-projects/micronaut-starter/releases/download/v4.7.0/micronaut-cli-4.7.0.zip",
"hash": "8af074fe29c890158e164f8d0443fc37f2972295ce1d259e8040a80e290570d1",
"extract_dir": "micronaut-cli-4.7.0",
"bin": "bin\\mn.bat",
"env_set": {
"MICRONAUT_HOME": "$dir"
},
"checkver": {
"github": "https://github.com/micronaut-projects/micronaut-starter"
},
"autoupdate": {
"url": "https://github.com/micronaut-projects/micronaut-starter/releases/download/v$version/micronaut-cli-$version.zip",
"extract_dir": "micronaut-cli-$version"
}
}