Skip to content

Instantly share code, notes, and snippets.

@femmerling
Created January 29, 2015 10:29
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 femmerling/9ab5c7528f8625537f99 to your computer and use it in GitHub Desktop.
Save femmerling/9ab5c7528f8625537f99 to your computer and use it in GitHub Desktop.
project root build.gradle
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
// this is the robojava plugin
classpath 'com.kageiit:robojava-plugin:1.+'
// this is for cobertura so you have test coverage check
classpath("net.saliman:gradle-cobertura-plugin:2.2.5") {
exclude group: "xerces", module: "xercesImpl"
}
}
}
allprojects {
repositories {
mavenCentral()
jcenter()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment