-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
42 lines (30 loc) · 1.17 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
org.gradle.jvmargs=-Xmx2048m
org.jetbrains.compose.experimental.jscanvas.enabled=true
# Android Configuration
android.useAndroidX=true
# Android Build Features
android.defaults.buildfeatures.buildconfig=false
android.defaults.buildfeatures.resvalues=false
kotlin.js.compiler=IR
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Publication configuration
# https://github.com/vanniktech/gradle-maven-publish-plugin#setting-properties
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true
GROUP=com.juul.krayon
VERSION_NAME=main-SNAPSHOT
POM_NAME=Krayon
POM_DESCRIPTION=A collection of drawing/charting utilities
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/JuulLabs/krayon
POM_SCM_URL=https://github.com/JuulLabs/krayon
POM_SCM_CONNECTION=scm:git:git://github.com/JuulLabs/krayon.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/JuulLabs/krayon.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=cedrickcooke
POM_DEVELOPER_NAME=Cedrick Cooke
POM_DEVELOPER_URL=https://github.com/cedrickcooke