bfarka / sonar-gradle

SonarQube Gradle Plugin

Home Page:http://docs.sonarqube.org/display/SONAR/Analyzing+with+Gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SonarQube Gradle Plugin

Build Status

User documentation

http://docs.sonarqube.org/display/SONAR/Analyzing+with+SonarQube+Scanner+for+Gradle

Developer documentation

How to install a SNAPSHOT in local Maven repository:

./gradlew install

How to use the plugin SNAPSHOT previously installed in local Maven repository:

buildscript {
    repositories { 
      mavenCentral()
      mavenLocal()
    }
    dependencies { classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:<THE VERSION>' }
}

apply plugin: 'org.sonarqube'

How to release and deploy on Gradle plugin repository:

https://plugins.gradle.org/docs/publish-plugin

./gradlew release

About

SonarQube Gradle Plugin

http://docs.sonarqube.org/display/SONAR/Analyzing+with+Gradle

License:Other


Languages

Language:Java 56.0%Language:Groovy 38.3%Language:Shell 5.7%