blob: e4b9ac98b67b6c1d72c1949b25d45f94ce646cd5 [file] [log] [blame] [edit]
VERSION_NAME=1.8.0-SNAPSHOT
POM_GROUP_ID=com.pinterest.ktlint
POM_DESCRIPTION=An anti-bikeshedding Kotlin linter with built-in formatter.
POM_URL=https://github.com/pinterest/ktlint
POM_SCM_URL=https://github.com/pinterest/ktlint
POM_SCM_CONNECTION=scm:git:git://github.com/pinterest/ktlint.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/pinterest/ktlint.git
POM_PACKAGING=jar
POM_LICENSE_NAME=MIT
POM_LICENSE_URL=https://opensource.org/licenses/MIT
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=pinterest
POM_DEVELOPER_NAME=Pinterest, Inc.
# Default Gradle properties, can be overridden by other locations https://docs.gradle.org/8.2.1/userguide/build_environment.html#sec:gradle_configuration_properties
org.gradle.jvmargs=-Xmx4g
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
# Use V2 of the Dokka library and silence its warnings
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true