aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-25 21:11:15 -0700
committerAllan Wang <me@allanwang.ca>2017-06-25 21:11:15 -0700
commitb6530cc36d049a292fe52ea21893c5362155a3b7 (patch)
treeb60521096e9c903c8086d4d4c51cd3ae01839f95 /build.gradle
parentf35939ce42ca9244468434f93dbd705e02911623 (diff)
downloadfrost-b6530cc36d049a292fe52ea21893c5362155a3b7.tar.gz
frost-b6530cc36d049a292fe52ea21893c5362155a3b7.tar.bz2
frost-b6530cc36d049a292fe52ea21893c5362155a3b7.zip
Hold kau
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 0 insertions, 10 deletions
diff --git a/build.gradle b/build.gradle
index e294df12..083ca65f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,16 +13,6 @@ buildscript {
}
}
-allprojects {
- repositories {
- jcenter()
- mavenCentral()
- maven { url "https://jitpack.io" }
- maven { url 'https://maven.google.com' }
- maven { url 'https://maven.fabric.io/public' }
- }
-}
-
task clean(type: Delete) {
delete rootProject.buildDir
}