-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (18 loc) · 990 Bytes
/
Copy pathgradle.properties
File metadata and controls
23 lines (18 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g
kotlin.code.style=official
GROUP=io.github.nomisrev
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
POM_ARTIFACT_ID=kotlinx-serialization-jsonpath
POM_NAME=Kotlinx Serialization JsonPath
POM_DESCRIPTION=JsonPath offers a simple DSL to work with JsonElement from Kotlinx Serialization Json, this allows you to easily work with JSON in Kotlin in a typed manner.
POM_URL=https://github.com/nomisrev/kotlinx-serialization-jsonpath/
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/nomisrev/kotlinx-serialization-jsonpath/
POM_SCM_CONNECTION=scm:git:git://github.com/nomisRev/kotlinx-serialization-jsonpath.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/nomisRev/kotlinx-serialization-jsonpath.git
POM_DEVELOPER_ID=nomisRev
POM_DEVELOPER_NAME=Simon Vergauwen
POM_DEVELOPER_URL=https://github.com/nomisRev/