Move OANDA account info into separate file
This commit is contained in:
@ -59,7 +59,11 @@ distributions {
|
||||
include '*.epl'
|
||||
}
|
||||
}
|
||||
|
||||
into('config') {
|
||||
from('config') {
|
||||
include '*.properties'
|
||||
}
|
||||
}
|
||||
// exclude('**/.data/**')
|
||||
// from('src/main/webapp') {
|
||||
// include '**/*.jsp'
|
||||
|
||||
Reference in New Issue
Block a user