Advertisement
ArturCzopek

build.gradle

Mar 8th, 2017
1,293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.24 KB | None | 0 0
  1. buildscript {
  2.   repositories {
  3.     // ...
  4.   }
  5.   dependencies {
  6.     // Dodanie sonarqube-gradle-plugin
  7.     classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.2.1"
  8.   }
  9. }
  10.  
  11. // Zaaplikowanie pluginu           
  12. apply plugin: "org.sonarqube"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement