aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-02 17:27:18 -0700
committerAllan Wang <me@allanwang.ca>2017-07-02 17:27:18 -0700
commit4007e36b7fb0963fe51ea2ea2fe5aaa93ad9917c (patch)
treedcd4e5eccfe2ecba395f2f857e35c6a4b7e77ceb /build.gradle
parent4a07d2ed10741e08895c9e9f03738656ddfc33f9 (diff)
downloadfrost-4007e36b7fb0963fe51ea2ea2fe5aaa93ad9917c.tar.gz
frost-4007e36b7fb0963fe51ea2ea2fe5aaa93ad9917c.tar.bz2
frost-4007e36b7fb0963fe51ea2ea2fe5aaa93ad9917c.zip
Move git versioning
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index f0daea0d..ac155d03 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,14 +4,12 @@ buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
- maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN}"
classpath 'io.fabric.tools:gradle:1.+'
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
- classpath "gradle.plugin.com.zoltu.gradle.plugin:git-versioning:3.0.3"
//https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit
// classpath 'org.eclipse.jgit:org.eclipse.jgit:4.8.0.201706111038-r'
}