Skip to content

Commit 828afc7

Browse files
authored
1 parent 3ba0ce4 commit 828afc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ checkstyle {
172172
if (project.hasProperty("releaseMode")) {
173173
logger.lifecycle("ReleaseMode: {}", project.releaseMode)
174174

175+
/*
175176
if ("branch" == project.releaseMode) {
176177
177178
if (version.endsWith("-SNAPSHOT")) {
@@ -190,17 +191,20 @@ if (project.hasProperty("releaseMode")) {
190191
}
191192
}
192193
}
194+
*/
193195

194196
if ("full" == project.releaseMode) {
195197
signing {
196198
if (project.hasProperty("SIGNING_PRIVATE_KEY") && project.hasProperty("SIGNING_PASSWORD")) {
197199
useInMemoryPgpKeys(project.getProperty("SIGNING_PRIVATE_KEY"), project.getProperty("SIGNING_PASSWORD"))
198200
}
199201
}
202+
/*
200203
mavenPublish {
201204
nexus {
202205
stagingProfile = "io.reactivex"
203206
}
204207
}
208+
*/
205209
}
206210
}

0 commit comments

Comments
 (0)