-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
33 lines (26 loc) · 914 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
kotlin.code.style=official
kotlin.incremental=true
kotlin.js.compiler=ir
kotlin.js.webpack.major.version=5
kotlin.compiler.execution.strategy=in-process
org.gradle.jvmargs=-Xmx3g
kotlin_version=2.1.0
VERSION_NAME=1.1.1-alpha1
dikt_sample_version=1.1.0-kotlin-2.0.20
GROUP=io.github.sergeshustoff.dikt
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=true
POM_NAME=DI.kt
POM_DESCRIPTION=Simple kotlin DI
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/sergeshustoff/dikt/
POM_LICENSE_NAME=MIT
POM_LICENSE_URL=https://opensource.org/licenses/MIT
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/sergeshustoff/dikt/
POM_SCM_CONNECTION=scm:git:git://github.com/sergeshustoff/dikt.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/sergeshustoff/dikt.git
POM_DEVELOPER_ID=sergeshustoff
POM_DEVELOPER_NAME=Serge Shustoff
POM_DEVELOPER_URL=https://github.com/sergeshustoff/