This commit is contained in:
Couzy 2018-12-11 21:32:43 +00:00 committed by GitHub
commit fde1decd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
e.gradle Normal file
View File

@ -0,0 +1,19 @@
buildscript {
repositories {
e()
}
dependencies {
classpath 'com.e.e.e:eee:e.e.e'
}
}
allprojects {
repositories {
e()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}