Skip to content

Commit c898178

Browse files
Thomas NieldThomas Nield
authored andcommitted
try reconfiguring build scripts
1 parent e2a8fac commit c898178

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ publishing.publications.all {
134134

135135
if (rootProject.hasProperty("releaseMode")) {
136136

137-
/*
138137
if ("branch".equals(rootProject.releaseMode)) {
139138
// From https://github.com/ReactiveX/RxAndroid/blob/2.x/rxandroid/build.gradle#L94
140139

@@ -158,7 +157,6 @@ if (rootProject.hasProperty("releaseMode")) {
158157

159158
build.finalizedBy(artifactoryPublish)
160159
}
161-
*/
162160

163161
if ("full".equals(rootProject.releaseMode)) {
164162
// based on https://github.com/bintray/gradle-bintray-plugin

0 commit comments

Comments
 (0)