fix copyDefaultGeoIp2DatabaseFiles task to work again
This commit is contained in:
parent
3e155f7b54
commit
2c5bb84851
|
@ -48,7 +48,7 @@ sourceSets {
|
|||
}
|
||||
|
||||
task copyDefaultGeoIp2DatabaseFiles(type: Copy) {
|
||||
from zipTree(configurations.testCompile.files.find { it.name.contains('geolite2-databases')})
|
||||
from { zipTree(configurations.testCompile.files.find { it.name.contains('geolite2-databases')}) }
|
||||
into "${project.buildDir}/geoip"
|
||||
include "*.mmdb"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue