Skip to content

Instantly share code, notes, and snippets.

@Mishco
Last active June 7, 2022 06:38
Show Gist options
  • Save Mishco/3dda09d003d131ada39537eeef695f29 to your computer and use it in GitHub Desktop.
Save Mishco/3dda09d003d131ada39537eeef695f29 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3"
}
}
apply plugin: "org.sonarqube"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment