Gradle 2.14 (#118)

Updates the gradle version to 2.14. In doing so, some model elements have changed. Additionally, some redundant elements have been removed from the gradle scripts.
This commit is contained in:
Fredric Silberberg
2016-07-02 16:32:14 -07:00
committed by Peter Johnson
parent cf29d4560b
commit 2f36d508c4
13 changed files with 107 additions and 140 deletions

View File

@@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.1'
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
}
}