wulkanowy-mod/build.gradle

29 lines
717 B
Groovy
Raw Normal View History

2017-03-09 14:29:23 -06:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
2017-03-09 14:29:23 -06:00
}
dependencies {
2017-07-01 07:52:52 -05:00
classpath 'com.android.tools.build:gradle:2.3.3'
2017-03-09 14:29:23 -06:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.1'
classpath "gradle.plugin.io.github.ddimtirov:codacy-gradle-plugin:0.1.0"
2017-03-09 14:29:23 -06:00
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}