We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a8fac commit c898178Copy full SHA for c898178
1 file changed
build.gradle
@@ -134,7 +134,6 @@ publishing.publications.all {
134
135
if (rootProject.hasProperty("releaseMode")) {
136
137
- /*
138
if ("branch".equals(rootProject.releaseMode)) {
139
// From https://github.com/ReactiveX/RxAndroid/blob/2.x/rxandroid/build.gradle#L94
140
@@ -158,7 +157,6 @@ if (rootProject.hasProperty("releaseMode")) {
158
157
159
build.finalizedBy(artifactoryPublish)
160
}
161
- */
162
163
if ("full".equals(rootProject.releaseMode)) {
164
// based on https://github.com/bintray/gradle-bintray-plugin
0 commit comments