Skip to content

Commit

Permalink
Merge pull request #25 from KPMP/rlreamy-patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
rlreamy authored Mar 18, 2024
2 parents a0b6c2a + 9d35234 commit 911dd8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ plugins {
id 'org.springframework.boot' version '3.2.2'
}

group = 'kingstonduo'
version=1.2
group='kingstonduo'
version='1.2'


apply plugin: 'java'
Expand Down Expand Up @@ -82,7 +82,7 @@ def getCurrentGitBranch() {


docker {
name "${project.group}/hydra-data:" + getCurrentGitBranch()
name "kingstonduo/hydra-data:" + getCurrentGitBranch()
copySpec.from(tasks.unpack.outputs).into("dependency")
buildArgs(['DEPENDENCY': "dependency"])
}

0 comments on commit 911dd8b

Please sign in to comment.