-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (23 loc) · 913 Bytes
/
gradle.properties
File metadata and controls
23 lines (23 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
VERSION_NAME=5.1.0
# Silence the compile warning that MPP is experimental
kotlin.mpp.stability.nowarn=true
# Enable Dokka V2 mode
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
# Enable experimental cross compilation
kotlin.native.enableKlibsCrossCompilation=true
# gradle-maven-publish configuration
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
GROUP=com.github.ajalt.clikt
POM_DESCRIPTION=Multiplatform command line interface parsing for Kotlin
POM_INCEPTION_YEAR=2018
POM_URL=https://github.com/ajalt/clikt/
POM_LICENSE_NAME=Apache-2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/ajalt/clikt/
POM_SCM_CONNECTION=scm:git:git://github.com/ajalt/clikt.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/ajalt/clikt.git
POM_DEVELOPER_ID=ajalt
POM_DEVELOPER_NAME=AJ Alt
POM_DEVELOPER_URL=https://github.com/ajalt/