-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (18 loc) · 843 Bytes
/
gradle.properties
File metadata and controls
25 lines (18 loc) · 843 Bytes
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
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=1g -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
android.useAndroidX=true
org.gradle.configuration.cache=true
org.gradle.configuration.cache.parallel=true
kotlin.stdlib.default.dependency=false
POM_URL=https://www.emergetools.com
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_SCM_URL=https://github.com/emergetools/emerge-android/
POM_SCM_CONNECTION=scm:git:git://github.com/emergetools/emerge-android.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/emergetools/emerge-android.git
POM_DEVELOPER_ID=emergetools
POM_DEVELOPER_NAME=Emerge Tools
POM_DEVELOPER_EMAIL=support@emergetools.com
mavenCentralPublishing=true
signAllPublications=true