Skip to content

Commit

Permalink
Migrate from gradle.plugin.com.vanniktech:gradle-maven-publish-plugin…
Browse files Browse the repository at this point in the history
…:0.8.0 to maven-publish plugin
  • Loading branch information
wseemann committed Nov 15, 2021
1 parent 04bfb41 commit 97e0241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
maven {
url "https://oss.sonatype.org/service/local/staging/deploy/maven2"
credentials {
username = project.properties["artifactory_username"]
password = project.properties["artifactory_password"]
username = project.properties["sonatype_username"]
password = project.properties["sonatype_password"]
}
}
}
Expand Down

0 comments on commit 97e0241

Please sign in to comment.