Skip to content

Instantly share code, notes, and snippets.

@sanogueralorenzo
Last active November 6, 2018 00:28
Show Gist options
  • Save sanogueralorenzo/460dd42a97a023ecf572ca67708cac3f to your computer and use it in GitHub Desktop.
Save sanogueralorenzo/460dd42a97a023ecf572ca67708cac3f to your computer and use it in GitHub Desktop.
buildscript {
repositories {
jcenter()
}
}
plugins {
id "io.gitlab.arturbosch.detekt" version "1.0.0-RC10"
}
allprojects {
apply from: "$rootDir/detekt.gradle"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment