-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
39 lines (30 loc) · 1 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
kotlin.code.style=official
kotlin.incremental=true
# Gradle
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx16G -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx16G"
org.gradle.parallel=true
org.gradle.caching=true
# Android
android.nonTransitiveRClass=true
android.useAndroidX=true
# MPP
kotlin.mpp.androidSourceSetLayoutVersion=2
# Maven Publish
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
VERSION_NAME=1.1.0
GROUP=lol.hostov.icons
POM_NAME=Icons
POM_DESCRIPTION=Some icons pack for Jetpack Compose
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/localhostov/icons
POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=http://www.opensource.org/licenses/mit-license.php
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/localhostov/icons
POM_SCM_CONNECTION=scm:git:git://github.com/localhostov/icons.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/localhostov/icons.git
POM_DEVELOPER_ID=localhostov
POM_DEVELOPER_NAME=Alexander Localhostov
POM_DEVELOPER_URL=https://github.com/localhostov/