maven - Not able create build using sonarqube and gradle -


facing below error while trying sonarqube plugin gradle :

is   plugins {   id "org.sonarqube" version "2.2" }   working ?   getting following error   error resolving plugin [id: 'org.sonarqube', version: '2.2'] > not 'https://plugins.gradle.org/api/gradle/2.11/plugin/use/org.sonar qube/2.2'.    > temporary error during hostname resolution , means  local server did not receive response authoritative server 

when tried hit url directly in browser :

https://plugins.gradle.org/api/gradle/2.11/plugin/use/org.sonar%20qube/2.2.1  it's giving following output :  

{ "message" : "no 'org.sonar qube' plugin available - see https://plugins.gradle.org available plugins", "errorcode" : "unknown_plugin" }

is okay gradle plugin ?


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -