-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
24 lines (24 loc) · 906 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
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
kotlin.native.ignoreIncorrectDependencies=true
kotlin.mpp.androidSourceSetLayoutVersion=2
android.useAndroidX=true
android.disableAutomaticComponentCreation=true
# Publishing
group=org.drewcarlson
version=1.0.0-SNAPSHOT
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
POM_NAME=ObjectStore
POM_INCEPTION_YEAR=2022
POM_URL=https://github.com/DrewCarlson/ObjectStore
POM_DESCRIPTION=A modular object storage framework for Kotlin multiplatform projects.
POM_SCM_URL=https://github.com/DrewCarlson/ObjectStore.git
POM_DEVELOPER_ID=DrewCarlson
POM_DEVELOPER_NAME=Drew Carlson
POM_DEVELOPER_URL=https://github.com/DrewCarlson/
POM_LICENSE_NAME=MIT
POM_LICENSE_URL=https://opensource.org/licenses/mit-license.php
POM_LICENSE_DIST=repo