You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
579 B
20 lines
579 B
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
|
|
|
GROUP=com.squareup
|
|
VERSION_NAME=1.13.0-SNAPSHOT
|
|
|
|
POM_URL=https://github.com/square/kotlinpoet
|
|
POM_SCM_URL=https://github.com/square/kotlinpoet
|
|
POM_SCM_CONNECTION=scm:git:https://github.com/square/kotlinpoet.git
|
|
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/square/kotlinpoet.git
|
|
|
|
POM_LICENCE_NAME=The Apache Software License, Version 2.0
|
|
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
|
|
POM_LICENCE_DIST=repo
|
|
|
|
POM_DEVELOPER_ID=square
|
|
POM_DEVELOPER_NAME=Square, Inc.
|
|
|
|
SONATYPE_HOST=S01
|
|
RELEASE_SIGNING_ENABLED=true
|