Declare shared shadow plugin version and use it consistently

This commit is contained in:
Ilya Gorbunov
2017-09-08 07:32:20 +03:00
committed by Ilya Chernikov
parent 6d97866a3a
commit 6e75d44bc3
11 changed files with 12 additions and 10 deletions
@@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath("com.github.jengelman.gradle.plugins:shadow:1.2.3")
classpath("com.github.jengelman.gradle.plugins:shadow:${property("versions.shadow")}")
}
}