Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created February 16, 2018 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaeltoledo/64d56ee2f29e9c643ea910dbc989031f to your computer and use it in GitHub Desktop.
Save rafaeltoledo/64d56ee2f29e9c643ea910dbc989031f to your computer and use it in GitHub Desktop.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'org.jacoco:org.jacoco.core:0.8.0'
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment