Have fixed It by changing to from
with closure argument:
webInf {
from(configurations.natives) {
into 'lib/bin'
}
from(configurations.licences) {
into 'lib/bin/lmdata'
}
}
Have fixed It by changing to from
with closure argument:
webInf {
from(configurations.natives) {
into 'lib/bin'
}
from(configurations.licences) {
into 'lib/bin/lmdata'
}
}