Skip to content

Instantly share code, notes, and snippets.

@marukami
Last active November 12, 2018 01:51
Show Gist options
  • Save marukami/39d748f9a86e4079b8425cfec00a933d to your computer and use it in GitHub Desktop.
Save marukami/39d748f9a86e4079b8425cfec00a933d to your computer and use it in GitHub Desktop.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'org.jacoco:org.jacoco.core:0.8.2'
}
}
plugins {
id "com.palantir.jacoco-full-report" version "0.4.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