Skip to content

Commit e2a8fac

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616

1717
group = "io.reactivex.rxjava2"
18-
ext.githubProjectName = "rxjavafx"
18+
ext.githubProjectName = "RxJavaFX"
1919

2020
version = 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"
3434
apply plugin: "java"
3535
apply plugin: "maven"
3636
apply plugin: "com.jfrog.bintray"
@@ -134,6 +134,7 @@ publishing.publications.all {
134134

135135
if (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

0 commit comments

Comments
 (0)