move epl files to separate directory
This commit is contained in:
@ -50,12 +50,12 @@ distributions {
|
||||
main {
|
||||
contents {
|
||||
into('csv') {
|
||||
from('.') {
|
||||
from('csv') {
|
||||
include 'EURUSD-2017-01-*.csv'
|
||||
}
|
||||
}
|
||||
into('epl') {
|
||||
from('.') {
|
||||
from('epl') {
|
||||
include '*.epl'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user