-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
31 lines (26 loc) · 1.08 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
# Targets to build, test, and publish.
# One or more of "all", "common", "native", or "host", separated by comma.
targets=common,native
# Whether to enable the root "kotlinMultiplatform" publication. It can only be uploaded once.
publishRootTarget=false
# Publication properties.
pomDescription=KMP library for string unicode normalization
pomUrl=https://github.com/Doist/doistx-normalize
pomLicenseName=MIT
pomLicenseUrl=https://opensource.org/licenses/MIT
pomScmUrl=https://github.com/Doist/doistx-normalize
pomScmConnection=scm:git:git://github.com/Doist/doistx-normalize.git
pomScmDeveloperConnection=scm:git:ssh://[email protected]/Doist/doistx-normalize.git
pomDeveloperId=doist
pomDeveloperName=Doist Inc.
ossrhUsername=
ossrhPassword=
ossrhStagingProfileId=28f59cc72c4fe0
# Build properties.
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
kotlin.code.style=official
kotlin.mpp.applyDefaultHierarchyTemplate=false
kotlin.mpp.enableCInteropCommonization=true
kotlin.native.ignoreDisabledTargets=true
kotlin.apple.xcodeCompatibility.nowarn=true
kotlin.js.generate.executable.default=false