Last active
November 6, 2018 00:28
-
-
Save sanogueralorenzo/460dd42a97a023ecf572ca67708cac3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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