File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515
1616
1717group = " io.reactivex.rxjava2"
18- ext. githubProjectName = " rxjavafx "
18+ ext. githubProjectName = " RxJavaFX "
1919
2020version = project. properties[" release.version" ]
2121
@@ -30,7 +30,7 @@ if (releaseTag != null && !releaseTag.isEmpty()) {
3030 println (" Releasing with version " + version);
3131}
3232
33-
33+ apply plugin : " java-library "
3434apply plugin : " java"
3535apply plugin : " maven"
3636apply plugin : " com.jfrog.bintray"
@@ -134,6 +134,7 @@ publishing.publications.all {
134134
135135if (rootProject. hasProperty(" releaseMode" )) {
136136
137+ /*
137138 if ("branch".equals(rootProject.releaseMode)) {
138139 // From https://github.com/ReactiveX/RxAndroid/blob/2.x/rxandroid/build.gradle#L94
139140
@@ -157,6 +158,7 @@ if (rootProject.hasProperty("releaseMode")) {
157158
158159 build.finalizedBy(artifactoryPublish)
159160 }
161+ */
160162
161163 if (" full" . equals(rootProject. releaseMode)) {
162164 // based on https://github.com/bintray/gradle-bintray-plugin
You can’t perform that action at this time.
0 commit comments