Правки distDockerCompose в связи с обновлением плагина gradle-ncore
This commit is contained in:
@@ -176,7 +176,8 @@ task distDockerCompose(type: Copy){
|
||||
from(project.file("config")){
|
||||
into "config"
|
||||
}
|
||||
from(project.file("build/rdbDocker").listFiles().find {it.getName().endsWith(".fdb")}){
|
||||
def dbDir = project.properties['docker.dbDir']
|
||||
from(project.file("build/rdbDocker${dbDir ? "/${dbDir.toString()}" : ""}").listFiles().find {it.getName().endsWith(".fdb")}){
|
||||
into "db/<%%RESERVED_NAME%%>.fdb"
|
||||
exclude "Dockerfile"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user