Skip to content

Commit

Permalink
Track down source of deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Jan 1, 2024
1 parent b9d1081 commit c5f0d36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ publishing {

nexusPublishing {
repositories {
// TODO: the following line causes the `The Project.getConvention() method has been deprecated.` warning.
sonatype {
// //only for users registered in Sonatype after 24 Feb 2021
// only for users registered in Sonatype after 24 Feb 2021
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
}
}
Expand Down

0 comments on commit c5f0d36

Please sign in to comment.