Skip to content

Commit

Permalink
build not target for gradle staging repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-james committed Oct 4, 2024
1 parent 3398044 commit e977827
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 @@ -213,7 +213,7 @@ jreleaser {
sonatype {
active = 'ALWAYS'
url = 'https://central.sonatype.com/api/v1/publisher'
stagingRepository('target/staging-deploy')
stagingRepository('build/staging-deploy')
}
}
}
Expand Down

0 comments on commit e977827

Please sign in to comment.