This commit is contained in:
modmuss50 2019-01-18 16:45:31 +00:00
parent 132aefd81e
commit bc4deb44ef

View file

@ -448,4 +448,4 @@ String humanizeArg(String arg){
task copyToLib(type: Copy) {
into "$buildDir/output/lib"
from configurations.runtime
}
}