Skip to content

Instantly share code, notes, and snippets.

@mfebrianto
Created March 3, 2023 06:43
Show Gist options
  • Save mfebrianto/207fbe64be9dd911dc559dacc0e1d2cf to your computer and use it in GitHub Desktop.
Save mfebrianto/207fbe64be9dd911dc559dacc0e1d2cf to your computer and use it in GitHub Desktop.
buildscript {
ext.jacocoVersion = '0.8.7'
repositories {
google()
jcenter()
}
dependencies {
classpath "org.jacoco:org.jacoco.core:$jacocoVersion"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment