-
Notifications
You must be signed in to change notification settings - Fork 583
/
gradle.properties
26 lines (19 loc) · 945 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
25
GROUP=com.polidea.rxandroidble2
VERSION_NAME=1.19.0
POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android
POM_URL=https://github.com/dariuszseweryn/RxAndroidBle
POM_SCM_URL=https://github.com/dariuszseweryn/RxAndroidBle
POM_SCM_CONNECTION=scm:git:git://github.com/dariuszseweryn/RxAndroidBle.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/dariuszseweryn/RxAndroidBle.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=dariuszseweryn
POM_DEVELOPER_NAME=Dariusz Seweryn
android.useAndroidX=true
android.enableJetifier=false
android.disableAutomaticComponentCreation=true
org.gradle.jvmargs=-Xmx4g \
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED