From 37484667eb1780cd3036da6499c9a49195307a5d Mon Sep 17 00:00:00 2001 From: Jin Kwon Date: Sun, 23 Apr 2017 17:35:09 +0900 Subject: [PATCH] sonarqube-x-86-64 added --- sonarqube-x86-64.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sonarqube-x86-64.json diff --git a/sonarqube-x86-64.json b/sonarqube-x86-64.json new file mode 100644 index 0000000000..ccf4ea486f --- /dev/null +++ b/sonarqube-x86-64.json @@ -0,0 +1,16 @@ +{ + "homepage": "https://www.sonarqube.org", + "version": "6.3.1", + "license": "GNU Lesser GPL License, Version 3", + "url": "https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.3.1.zip", + "hash": "f160cb4cc7e748761fe89685336d0b7f6e2d00689c3e4ecfcf567460a7106505", + "bin": [ + "sonarqube-6.3.1\\bin\\windows-x86-64\\StartSonar.bat" + ], + "suggest": { + "JDK": [ + "extras/oraclejdk", + "openjdk" + ] + } +}