Update shadow plugin in build.gradle

Needed to build this with the latest Gradle release.
Dieser Commit ist enthalten in:
Kenzie Togami 2016-02-22 17:40:18 -08:00
Ursprung 74167b8b9f
Commit fb52a86eae

Datei anzeigen

@ -26,7 +26,7 @@ buildscript {
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.0'
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.0.1'
classpath 'org.ajoberstar:gradle-git:0.12.0'
}