-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgradle.properties
More file actions
22 lines (21 loc) · 906 Bytes
/
gradle.properties
File metadata and controls
22 lines (21 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# suppress inspection "UnusedProperty" for whole file
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
kotlin.mpp.applyDefaultHierarchyTemplate=false
POM_NAME=docker-kotlin
POM_DESCRIPTION=Docker Engine Remote API client
POM_URL=https://github.com/devnatan/docker-kotlin
POM_INCEPTION_YEAR=2021
POM_SCM_URL=https://github.com/devnatan/docker-kotlin
POM_SCM_CONNECTION=scm:git:git:github.com/devnatan/docker-kotlin.git
POM_SCM_DEV_CONNECTION=scm:git:https://github.com/devnatan/docker-kotlin.git
POM_LICENCE_NAME=MIT License
POM_LICENSE_URL=https://github.com/devnatan/docker-kotlin/blob/main/LICENSE
POM_DEVELOPER_ID=DevNatan
POM_DEVELOPER_NAME=Natan Vieira do Nascimento
POM_DEVELOPER_URL=natanvnascimento@gmail.com
POM_DEVELOPER_EMAIL=https://github.com/devnatan