Skip to content

Instantly share code, notes, and snippets.

View aouledissa's full-sized avatar
💭
Preparing the next buzz Mobile app

Mohamed A.I aouledissa

💭
Preparing the next buzz Mobile app
View GitHub Profile
@aouledissa
aouledissa / build.gradle
Created January 20, 2020 19:48
Install SonarQube, Jacoco, Detekt dependencies
buildscript {
...
// Code static analysis plugins/tools
ext.sonarQubeVersion = '2.8'
ext.jacocoVersion = '0.8.5'
ext.kotlinDetektVersion = '1.4.0'
repositories {
...
maven { url "https://plugins.gradle.org/m2/" }