Merge branch 'RED-7712' into 'master'
RED-7712 - Fix deploy Closes RED-7712 See merge request redactmanager/redaction-report-service!18
This commit is contained in:
commit
ae29859501
@ -19,7 +19,6 @@ repositories {
|
||||
}
|
||||
|
||||
group = "com.iqser.red.service"
|
||||
version = "4.0-SNAPSHOT"
|
||||
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
java.targetCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
@ -53,6 +53,7 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks.named<BootBuildImage>("bootBuildImage") {
|
||||
|
||||
imageName.set("nexus.knecon.com:5001/red/${project.name}:${project.version}")
|
||||
if (project.hasProperty("buildbootDockerHostNetwork")) {
|
||||
network.set("host")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user