Skip to content

Commit 27cd0f7

Browse files
authored
Update build.gradle
1 parent 5fb0ace commit 27cd0f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -294,5 +294,10 @@ if (rootProject.hasProperty("releaseMode")) {
294294
useInMemoryPgpKeys(project.getProperty('SIGNING_PRIVATE_KEY'), project.getProperty('SIGNING_PASSWORD'))
295295
}
296296
}
297+
mavenPublish {
298+
nexus {
299+
stagingProfile = "io.reactivex"
300+
}
301+
}
297302
}
298303
}

0 commit comments

Comments
 (0)