-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgradle.properties
24 lines (18 loc) · 869 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
org.gradle.jvmargs=-XX:+IgnoreUnrecognizedVMOptions --permit-illegal-access --show-version --enable-preview
GROUP=com.github.akarnokd
VERSION_NAME=0.0.18
version=0.0.18
POM_ARTIFACT_ID=rxjava3-fiber-interop
POM_NAME=RxJava 3 Fiber Interop
POM_PACKAGING=jar
POM_DESCRIPTION=Library to interoperate between RxJava 3 and Virtual Threads (aka Fibers, Project Loom)
POM_INCEPTION_YEAR=2019
POM_URL=https://github.com/akarnokd/RxJavaFiberInterop/
POM_SCM_URL=https://github.com/akarnokd/RxJavaFiberInterop/
POM_SCM_CONNECTION=scm:git:git://github.com/akarnokd/RxJavaFiberInterop.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/akarnokd/RxJavaFiberInterop.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