| VERSION_NAME=0.49.0-SNAPSHOT |
| GROUP=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. |
| |
| # Gradle properties |
| org.gradle.jvmargs=-Xmx4g |
| org.gradle.parallel=true |
| org.gradle.caching=true |
| |
| # Uncomment following line to temporary bypass dependencies verification |
| #org.gradle.dependency.verification=lenient |
| |
| # https://blog.jetbrains.com/kotlin/2022/07/a-new-approach-to-incremental-compilation-in-kotlin/ |
| kotlin.incremental.useClasspathSnapshot=true |