forked from ZupIT/nimbus-layout-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
34 lines (26 loc) · 938 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
26
27
28
29
30
31
32
33
34
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=true
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
#POM CONFIGURATION
POM_NAME=nimbus-layout-compose
POM_DESCRIPTION=A framework to help implement Server-Driven UI in your apps natively.
POM_INCEPTION_YEAR=2020
POM_DEVELOPER_ID=zupit
POM_DEVELOPER_NAME=Zup IT
POM_LICENCE_DIST=repo
POM_LICENCE_NAME=Apache License 2.0
POM_LICENCE_URL=http\://www.apache.org/licenses/LICENSE-2.0.txt
POM_SCM_CONNECTION=scm\:git\:git\://github.com/ZupIT/nimbus-layout-compose.git
POM_SCM_DEV_CONNECTION=scm\:git\:ssh\://[email protected]\:ZupIT/nimbus-layout-compose.git
POM_SCM_URL=https\://github.com/ZupIT/nimbus-layout-compose
POM_URL=https\://github.com/ZupIT/nimbus-layout-compose
GROUP=br.com.zup.nimbus
POM_ARTIFACT_ID=""
VERSION_NAME=1.0.0