Skip to content

Instantly share code, notes, and snippets.

@AndrewHaisting
Created February 18, 2020 23:37
Show Gist options
  • Save AndrewHaisting/ac403546f38d9a409bb6f4258841bdc4 to your computer and use it in GitHub Desktop.
Save AndrewHaisting/ac403546f38d9a409bb6f4258841bdc4 to your computer and use it in GitHub Desktop.
buildscript {
// ...
repositories {
// ...
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
// ...
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.1.1"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment