Move OANDA account info into separate file

This commit is contained in:
2018-09-06 16:06:50 -07:00
parent f9dd57c0e5
commit 45a215c15b
7 changed files with 85 additions and 30 deletions

View File

@ -59,7 +59,11 @@ distributions {
include '*.epl'
}
}
into('config') {
from('config') {
include '*.properties'
}
}
// exclude('**/.data/**')
// from('src/main/webapp') {
// include '**/*.jsp'