Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bca3458

Browse files
committed
Improved build config
1 parent 7a75eef commit bca3458

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,15 @@ checkstyle {
214214
//
215215
// }
216216
//}
217+
218+
publishing {
219+
publications {
220+
mavenJava(MavenPublication) {
221+
groupId = 'io.reactivex.rxjava3'
222+
artifactId = 'rxjava'
223+
version = '3.1.6.4'
224+
225+
from components.java
226+
}
227+
}
228+
}

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#group=io.reactivex.rxjava3
2-
#version=3.0.0-SNAPSHOT
3-
#description=RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
1+
group=io.reactivex.rxjava3
2+
version=3.0.0-SNAPSHOT
3+
description=RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
44

55
POM_ARTIFACT_ID=rxjava
66
POM_NAME=RxJava

0 commit comments

Comments
 (0)