-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
40 lines (30 loc) · 1.24 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
org.gradle.jvmargs=-Xmx2048m
kotlin.js.compiler=ir
kotlin.mpp.androidSourceSetLayoutVersion=2
# Disable native dependency warnings to quiet AtomicFU warnings.
# Setting can be removed after https://youtrack.jetbrains.com/issue/KT-32476 is fixed.
kotlin.native.ignoreIncorrectDependencies=true
# Android Configuration
android.useAndroidX=true
# Android Build Features
android.defaults.buildfeatures.buildconfig=false
android.defaults.buildfeatures.resvalues=false
org.gradle.parallel=true
# Publication configuration
# https://github.com/vanniktech/gradle-maven-publish-plugin#setting-properties
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true
POM_NAME=Tuulbox
POM_DESCRIPTION=Toolbox of utilities/helpers for Kotlin development
POM_INCEPTION_YEAR=2020
POM_URL=https://github.com/JuulLabs/tuulbox
POM_SCM_URL=https://github.com/JuulLabs/tuulbox
POM_SCM_CONNECTION=scm:git:git://github.com/JuulLabs/tuulbox.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/JuulLabs/tuulbox.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=twyatt
POM_DEVELOPER_NAME=Travis Wyatt
POM_DEVELOPER_URL=https://github.com/twyatt