Skip to content

Commit

Permalink
build(jreleaser): fix incorrect artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Jul 18, 2023
1 parent fd7edd9 commit ba87417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jreleaser {
}
files {
artifact {
path = 'build/{{projectName}}-{{projectVersion}}.jar'
path = 'build/libs/{{projectName}}-{{projectVersion}}.jar'
}
}
}
Expand Down

0 comments on commit ba87417

Please sign in to comment.