-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (23 loc) · 925 Bytes
/
gradle.properties
File metadata and controls
29 lines (23 loc) · 925 Bytes
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
kotlin.code.style=official
# to compile all generated tests
kotlin.daemon.jvmargs=-Xmx3G
org.gradle.jvmargs=-Xmx1G
org.gradle.java.installations.auto-download=false
org.gradle.daemon=false
org.gradle.parallel=false
version=0.0.9-SNAPSHOT
mavenCentralPublishing=true
signAllPublications=true
POM_NAME=karacteristics
POM_DESCRIPTION=KMP library that provides user with extension properties to get codepoint characteristics
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/OptimumCode/karacteristics
POM_LICENSE_NAME=MIT
POM_LICENSE_URL=https://opensource.org/licenses/MIT
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/OptimumCode/karacteristics
POM_SCM_CONNECTION=scm:git:git://github.com/OptimumCode/karacteristics.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/OptimumCode/karacteristics.git
POM_DEVELOPER_ID=OptimumCode
POM_DEVELOPER_NAME=Oleg Smirnov
POM_DEVELOPER_URL=https://github.com/OptimumCode