File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ checkstyle {
172
172
if (project. hasProperty(" releaseMode" )) {
173
173
logger. lifecycle(" ReleaseMode: {}" , project. releaseMode)
174
174
175
+ /*
175
176
if ("branch" == project.releaseMode) {
176
177
177
178
if (version.endsWith("-SNAPSHOT")) {
@@ -190,17 +191,20 @@ if (project.hasProperty("releaseMode")) {
190
191
}
191
192
}
192
193
}
194
+ */
193
195
194
196
if (" full" == project. releaseMode) {
195
197
signing {
196
198
if (project. hasProperty(" SIGNING_PRIVATE_KEY" ) && project. hasProperty(" SIGNING_PASSWORD" )) {
197
199
useInMemoryPgpKeys(project. getProperty(" SIGNING_PRIVATE_KEY" ), project. getProperty(" SIGNING_PASSWORD" ))
198
200
}
199
201
}
202
+ /*
200
203
mavenPublish {
201
204
nexus {
202
205
stagingProfile = "io.reactivex"
203
206
}
204
207
}
208
+ */
205
209
}
206
210
}
You can’t perform that action at this time.
0 commit comments