forked from ReactiveX/RxJava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
24 lines (19 loc) · 861 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
group=io.reactivex.rxjava3
version=3.0.0-SNAPSHOT
description=RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
POM_ARTIFACT_ID=rxjava
POM_NAME=RxJava
POM_PACKAGING=jar
POM_DESCRIPTION=Reactive Extensions for Java
POM_INCEPTION_YEAR=2013
POM_URL=https://github.com/ReactiveX/RxJava
POM_SCM_URL=https://github.com/ReactiveX/RxJava
POM_SCM_CONNECTION=scm:git:git://github.com/ReactiveX/RxJava.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/ReactiveX/RxJava.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=akarnokd
POM_DEVELOPER_NAME=David Karnok
POM_DEVELOPER_URL=https://github.com/akarnokd/
POM_DEVELOPER_EMAIL=akarnokd@gmail.com