From 1f6d6133363fbc96845ab5cfc085bceffce6fa2c Mon Sep 17 00:00:00 2001 From: Ciprian Popa Date: Sun, 3 Mar 2019 19:40:32 +0200 Subject: [PATCH] Add Micronaut version 1.0.4 (#3183) [Micronaut](https://micronaut.io) is a modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications. Currently the [install](https://micronaut.io/download.html) is supported on Linux/Mac using SDKMAN With the power of Scoop Windows smooth and easy install, uninstall & update will be supported as well. --- micronaut.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 micronaut.json diff --git a/micronaut.json b/micronaut.json new file mode 100644 index 0000000000..c0dc2d2ac4 --- /dev/null +++ b/micronaut.json @@ -0,0 +1,29 @@ +{ + "description": "Micronaut - A modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications", + "version": "1.0.4", + "homepage": "https://micronaut.io", + "license": "Apache-2.0", + "url": "https://github.com/micronaut-projects/micronaut-core/releases/download/v1.0.4/micronaut-1.0.4.zip", + "hash": "d537a774ba1e073dbeca14611a0fc9fc296e1231e128d9f62577537f46373151", + "extract_dir": "micronaut-1.0.4", + "bin": "bin\\mn.bat", + "env_set": { + "MICRONAUT_HOME": "$dir" + }, + "suggest": { + "JDK": [ + "java/oraclejdk", + "java/openjdk" + ] + }, + "checkver": { + "github": "https://github.com/micronaut-projects/micronaut-core" + }, + "autoupdate": { + "url": "https://github.com/micronaut-projects/micronaut-core/releases/download/v$version/micronaut-$version.zip", + "extract_dir": "micronaut-$version", + "hash": { + "url": "$url.sha256" + } + } +}