#releaseBuild fixes issues with transformers
This commit is contained in:
parent
094f2fc050
commit
bccfe14d7c
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ configurations {
|
|||
compile.extendsFrom shade
|
||||
}
|
||||
|
||||
version = "2.20.6"
|
||||
version = "2.20.7"
|
||||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
|
@ -448,4 +448,4 @@ String humanizeArg(String arg){
|
|||
task copyToLib(type: Copy) {
|
||||
into "$buildDir/output/lib"
|
||||
from configurations.runtime
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue