Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Apr 11, 2024
1 parent e7cf68f commit 6797d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ group = 'kingstonduo'

bootJar {
archiveBaseName = 'cassiopeia-data'
archiveVersion = '1.2'
archiveVersion = '1.5'
}

repositories {
Expand Down Expand Up @@ -76,7 +76,7 @@ def getTagInfo() {
}

docker {
name "${project.group}/${jar.baseName}:" + getTagInfo()
name "${project.group}/${bootJar.baseName}:" + getTagInfo()
copySpec.from(tasks.unpack.outputs).into("dependency")
buildArgs(['DEPENDENCY': "dependency"])
}

0 comments on commit 6797d07

Please sign in to comment.