Shusshu / sonar-scanner-gradle

SonarQube Scanner for Gradle

Home Page:https://redirect.sonarsource.com/doc/gradle.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SonarQube Scanner for Gradle

Build Status

User documentation

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

Developer documentation

Install a SNAPSHOT in local Maven repository

./gradlew install

Using 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'

Release and deploy on Gradle plugin repository

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

./gradlew release

License

Copyright 2015-2017 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0

About

SonarQube Scanner for Gradle

https://redirect.sonarsource.com/doc/gradle.html

License:Other


Languages

Language:Java 77.0%Language:Groovy 20.3%Language:Shell 2.2%Language:Prolog 0.5%Language:JavaScript 0.0%