Правки distDockerCompose в связи с обновлением плагина gradle-ncore
This commit is contained in:
@@ -176,7 +176,8 @@ task distDockerCompose(type: Copy){
|
|||||||
from(project.file("config")){
|
from(project.file("config")){
|
||||||
into "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"
|
into "db/<%%RESERVED_NAME%%>.fdb"
|
||||||
exclude "Dockerfile"
|
exclude "Dockerfile"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,3 +6,5 @@ org.gradle.configureondemand=true
|
|||||||
pluginVersion=3.1.21
|
pluginVersion=3.1.21
|
||||||
biz.redsoft.public.repo=https://nexus.red-soft.ru/repository/public
|
biz.redsoft.public.repo=https://nexus.red-soft.ru/repository/public
|
||||||
biz.redsoft.private.repo=https://nexus.red-soft.ru/repository/releases
|
biz.redsoft.private.repo=https://nexus.red-soft.ru/repository/releases
|
||||||
|
docker.rdbversion = 5.2.1
|
||||||
|
docker.dbDir = 5
|
||||||
Reference in New Issue
Block a user