svozniuk / sonar-gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SonarQube Gradle Plugin

Build Status

How to install in local Maven repository:

./gradlew install

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

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

apply plugin: 'org.sonarqube'

How to deploy on Gradle plugin repository:

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

About


Languages

Language:Java 61.8%Language:Groovy 38.2%