Skip to content

Commit

Permalink
feat(build): change default name of miw-app artifact
Browse files Browse the repository at this point in the history
Changed to "miw-latest.jar"
  • Loading branch information
pmoscode committed Jun 1, 2023
1 parent eae7242 commit 6804747
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ tasks.named('test') {
useJUnitPlatform()
}

build {
archivesBaseName = "miw"
version = "latest"
}

test {
finalizedBy jacocoTestReport
}
Expand Down

0 comments on commit 6804747

Please sign in to comment.