-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (19 loc) · 812 Bytes
/
Copy pathgradle.properties
File metadata and controls
28 lines (19 loc) · 812 Bytes
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
kotlin.code.style=official
VERSION_NAME=2.3.0-1.2.3
GROUP=com.bennyhuo.kotlin
POM_NAME=kotlin-IR-Printer
POM_URL=https://github.com/bennyhuo/kotlin-ir-printer
POM_DESCRIPTION=Kotlin IR printer for IR transforming.
POM_SCM_URL=https://github.com/bennyhuo/kotlin-ir-printer
POM_SCM_CONNECTION=scm:git:git://github.com/bennyhuo/kotlin-ir-printer.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:bennyhuo/kotlin-ir-printer.git
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=https://github.com/bennyhuo/kotlin-ir-printer/blob/master/LICENSE
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=bennyhuo
POM_DEVELOPER_NAME=Benny Huo
POM_DEVELOPER_URL=https://github.com/bennyhuo/
KOTLIN_PLUGIN_ID=com.bennyhuo.kotlin.ir.printer
SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true