#releaseBuild fixes issues with transformers

This commit is contained in:
Modmuss50 2019-02-02 06:35:29 +00:00 committed by GitHub
parent 094f2fc050
commit bccfe14d7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}