-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
36 lines (25 loc) · 902 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
32
33
34
35
36
org.gradle.jvmargs=-Xms512m -Xmx4g
# Dependency Versions
ktorVersion=2.3.5
kermitVersion=2.0.2
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
# Publishing
GROUP=com.codellyrandom.hassle
POM_ARTIFACT_ID=hassle
# The version is read from the VERSION environment variable,
# which is set by CI when publishing.
POM_NAME=Hassle
POM_DESCRIPTION=Interact with your Home Assistant server using Kotlin.
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/efirestone/hassle
POM_LICENSE_NAME=MIT
POM_LICENSE_URL=https://opensource.org/licenses/MIT
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/efirestone/hassle
POM_SCM_CONNECTION=scm:git:https://github.com/efirestone/hassle.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:efirestone/hassle.git
POM_DEVELOPER_ID=efirestone
POM_DEVELOPER_NAME=Eric Firestone
POM_DEVELOPER_URL=https://github.com/efirestone
SONATYPE_HOST=S01