-
Notifications
You must be signed in to change notification settings - Fork 4
/
gradle.properties
31 lines (24 loc) · 901 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
25
26
27
28
29
30
31
# Build Params
org.gradle.jvmargs=-Xmx3g -Xms1g
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=false
# Kotlin
kotlin.code.style=official
kotlin.parallel.tasks.in.project=true
# POM
GROUP=io.github.scottpierce
POM_ARTIFACT_ID=mylibrary-runtime
POM_NAME=kotlin-html
POM_DESCRIPTION=HTML and CSS DSL for Kotlin client and server
POM_INCEPTION_YEAR=2019
POM_URL=https://github.com/ScottPierce/kotlin-html
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/ScottPierce/kotlin-html/
POM_SCM_CONNECTION=scm:git:git://github.com/ScottPierce/kotlin-html.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/ScottPierce/kotlin-html.git
POM_DEVELOPER_ID=ScottPierce
POM_DEVELOPER_NAME=Scott Pierce
POM_DEVELOPER_URL=https://github.com/ScottPierce/