-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgradle.properties
27 lines (20 loc) · 952 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
kotlin.code.style=official
GROUP=io.github.kevincianfarini.cardiologist
POM_ARTIFACT_ID=cardiologist
VERSION_NAME=0.4.0-SNAPSHOT
POM_NAME=Cardiologist
POM_DESCRIPTION=Build job schedules with kotlinx-datetime and kotlinx-coroutines.
POM_INCEPTION_YEAR=2023
POM_URL=https://github.com/kevincianfarini/cardiologist
POM_SCM_URL=https://github.com/kevincianfarini/cardiologist
POM_SCM_CONNECTION=scm:git:git://github.com/kevincianfarini/cardiologist.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/kevincianfarini/cardiologist.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=kevincianfarini
POM_DEVELOPER_NAME=Kevin Cianfarini
POM_DEVELOPER_URL=https://github.com/kevincianfarini
SONATYPE_CONNECT_TIMEOUT_SECONDS=120
SONATYPE_CLOSE_TIMEOUT_SECONDS=900
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers