-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
52 lines (40 loc) · 1.68 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Gradle
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g
# Increase timeout when pushing to Sonatype
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000
# Maven
GROUP=ru.ldralighieri.composites
VERSION_NAME=0.5.0-SNAPSHOT
POM_DESCRIPTION=Composites are a group of tools and handy libraries that make it easier to use Jetpack Compose.
POM_URL=https://github.com/LDRAlighieri/Composites/
POM_SCM_URL=https://github.com/LDRAlighieri/Composites/
POM_SCM_CONNECTION=scm:git:git://github.com/LDRAlighieri/Composites.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/LDRAlighieri/Composites.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=ldralighieri
POM_DEVELOPER_NAME=Vladimir Raupov
POM_DEVELOPER_URL=https://github.com/LDRAlighieri/
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=true
# Android
android.useAndroidX=true
buildTools=34.0.0
compileSdk=34
targetSdk=34
minSdk=21
# Build features
android.defaults.buildfeatures.shaders=false
# KSP Incremental processing
# https://kotlinlang.org/docs/ksp-incremental.html#program-elements
ksp.incremental=false
ksp.incremental.log=false
# track classpath
ksp.incremental.intermodule=true
# System properties
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl