Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Feb 5, 2021
1 parent 5fb0ace commit 27cd0f7
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 @@ -294,5 +294,10 @@ if (rootProject.hasProperty("releaseMode")) {
useInMemoryPgpKeys(project.getProperty('SIGNING_PRIVATE_KEY'), project.getProperty('SIGNING_PASSWORD'))
}
}
mavenPublish {
nexus {
stagingProfile = "io.reactivex"
}
}
}
}

0 comments on commit 27cd0f7

Please sign in to comment.