1org.gradle.jvmargs='-Dfile.encoding=UTF-8' 2 3GROUP=com.squareup 4VERSION_NAME=1.18.1 5 6POM_URL=https://github.com/square/kotlinpoet 7POM_SCM_URL=https://github.com/square/kotlinpoet 8POM_SCM_CONNECTION=scm:git:https://github.com/square/kotlinpoet.git 9POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/square/kotlinpoet.git 10 11POM_LICENCE_NAME=The Apache Software License, Version 2.0 12POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt 13POM_LICENCE_DIST=repo 14 15POM_DEVELOPER_ID=square 16POM_DEVELOPER_NAME=Square, Inc. 17 18SONATYPE_HOST=S01 19RELEASE_SIGNING_ENABLED=true 20SONATYPE_AUTOMATIC_RELEASE=true 21