blob: db5312775a2dd0c02fb6fc918a10480ffb43bb5e [file] [log] [blame]
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.2.1"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
maven { url "https://www.jitpack.io" }
}
}
apply plugin: "org.nosphere.apache.rat"
rat {
inputDir='app/src'
plainOutput = true
}